Skip to content

Commit

Permalink
[Mod] setup.py说明
Browse files Browse the repository at this point in the history
  • Loading branch information
noranhe committed Jul 14, 2022
1 parent ac8ec24 commit 609c785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
def get_ext_modules() -> list:
"""
获取三方模块
Linux和Windows需要编译封装接口
Mac由于缺乏二进制库支持无法使用
"""

if platform.system() == "Linux":
extra_compile_flags = [
"-std=c++17",
Expand Down

0 comments on commit 609c785

Please sign in to comment.