Skip to content

Commit

Permalink
Fix c++ std
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey2k committed Oct 22, 2023
1 parent 41e1d6f commit 5a3c1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

env = SConscript("external/SConscript")
env.Append(CXXFLAGS= ['-std=c++17'])

sources=[]
sources.append(Glob('src/*.cpp'))
Expand Down

0 comments on commit 5a3c1ae

Please sign in to comment.