diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-11 03:03:09 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-11 03:03:09 +0200 |
commit | 9b5ca88b97c3a00153946920ae52870c452fb4a1 (patch) | |
tree | 2bb1584448414f2cc127f9d79428ccef96df1de3 /c++/window-opengl/SConstruct | |
parent | ac0096ca16e5aee2ce58a40a30dd1f033369efdb (diff) |
c++,window-opengl: Fixing comp issues
Diffstat (limited to 'c++/window-opengl/SConstruct')
-rw-r--r-- | c++/window-opengl/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/window-opengl/SConstruct b/c++/window-opengl/SConstruct index 05fc016..42fb205 100644 --- a/c++/window-opengl/SConstruct +++ b/c++/window-opengl/SConstruct @@ -44,7 +44,7 @@ env_vars.Add('prefix', ) env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], - CPPDEFINES=['SAW_UNIX', 'SAW_UNIX_XCB'], + CPPDEFINES=['SAW_UNIX', 'SAW_UNIX_XCB', 'SAW_OGL'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=['forstio-core', 'forstio-io', 'forstio-async', 'forstio-codec']) env.__class__.add_source_files = add_kel_source_files |