Create class for shared memory blocks [wip]
This commit is contained in:
@ -293,7 +293,7 @@ def configure(env):
|
||||
|
||||
env.Append(CPPPATH=['#platform/x11'])
|
||||
env.Append(CPPFLAGS=['-DX11_ENABLED', '-DUNIX_ENABLED', '-DOPENGL_ENABLED', '-DGLES_ENABLED'])
|
||||
env.Append(LIBS=['GL', 'pthread'])
|
||||
env.Append(LIBS=['GL', 'pthread', 'rt'])
|
||||
|
||||
if (platform.system() == "Linux"):
|
||||
env.Append(LIBS=['dl'])
|
||||
|
||||
Reference in New Issue
Block a user