diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index 13ecd966f..313e296ac 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -140,7 +140,7 @@ SOURCES += glob.glob('../../Storage/Tape/Formats/*.cpp') SOURCES += glob.glob('../../Storage/Tape/Parsers/*.cpp') # Add additional compiler flags; c++1z is insurance in case c++17 isn't fully implemented. -env.Append(CCFLAGS = ['--std=c++17', '--std=c++1z', '-Wall', '-O2', '-DNDEBUG']) +env.Append(CCFLAGS = ['--std=c++17', '--std=c++1z', '-Wall', '-O2', '-DNDEBUG', '-I../..']) # Add additional libraries to link against. env.Append(LIBS = ['libz', 'pthread'])