From 9b5ca88b97c3a00153946920ae52870c452fb4a1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 11 Aug 2023 03:03:09 +0200 Subject: c++,window-opengl: Fixing comp issues --- c++/window-opengl/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/window-opengl/SConstruct') 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 -- cgit v1.2.3