summaryrefslogtreecommitdiff
path: root/c++/window-opengl/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'c++/window-opengl/SConstruct')
-rw-r--r--c++/window-opengl/SConstruct2
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