Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 24b6db7

Browse files
authored
Merge pull request #97 from equal-l2/patch-1
Add C++11 flag
2 parents 35acbda + 35c7684 commit 24b6db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from BuildSupport import *
3636

3737
# ------------------------------------------------------------------------------
3838

39-
env = Environment()
39+
env = Environment(CXXFLAGS="-std=c++11")
4040

4141
Export("env")
4242

0 commit comments

Comments
 (0)