Skip to content

Commit

Permalink
feat: C++11 を設定する
Browse files Browse the repository at this point in the history
add -std=c++11
  • Loading branch information
PyYoshi committed Jun 11, 2024
1 parent cfe54cb commit fa74a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
sources=sources,
include_dirs=[uchardet_dir],
language="c++",
extra_compile_args=['-std=c++11'],
)
],
)

0 comments on commit fa74a8e

Please sign in to comment.