Skip to content

Commit ed92bf4

Browse files
Merge pull request #1 from GfxKai/patch-1
Add -std=c++14 flag
2 parents bffb68a + 6470ac3 commit ed92bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def run(self):
2323
include_dirs=["."],
2424
libraries=["tmk"],
2525
library_dirs=["tmk/cpp/"],
26+
extra_compile_args=["-std=c++14"]
2627
)
2728

2829

0 commit comments

Comments
 (0)