You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Link libdl only on Linux, fix BSD build
This commit is contained in:
@@ -182,7 +182,9 @@ def configure(env):
|
||||
print("PulseAudio development libraries not found, disabling driver")
|
||||
|
||||
env.Append(CPPFLAGS=['-DX11_ENABLED','-DUNIX_ENABLED','-DGLES2_ENABLED','-DGLES_OVER_GL'])
|
||||
env.Append(LIBS=['GL', 'GLU', 'pthread', 'z', 'dl'])
|
||||
env.Append(LIBS=['GL', 'GLU', 'pthread', 'z'])
|
||||
if (platform.system() == "Linux"):
|
||||
env.Append(LIBS='dl')
|
||||
#env.Append(CPPFLAGS=['-DMPC_FIXED_POINT'])
|
||||
|
||||
#host compiler is default..
|
||||
|
||||
Reference in New Issue
Block a user