mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Remove bundles on OSX
This commit is contained in:
parent
7971620510
commit
4d2ff692c6
@ -20,11 +20,11 @@ if sys.platform == "win32":
|
|||||||
# libpanda_d.dll, etc.
|
# libpanda_d.dll, etc.
|
||||||
if sys.executable.endswith('_d.exe'):
|
if sys.executable.endswith('_d.exe'):
|
||||||
dll_suffix = '_d'
|
dll_suffix = '_d'
|
||||||
|
elif sys.platform == "darwin":
|
||||||
|
# On OSX, the dynamic libraries usually end in .dylib.
|
||||||
|
dll_ext = '.dylib'
|
||||||
else:
|
else:
|
||||||
# On OSX or Linux, dynamic libraries end in ".so". OSX also
|
# On most other UNIX systems (including linux), .so is used.
|
||||||
# provides *.dylib files, but these are apparently not intended to
|
|
||||||
# be imported directly.
|
|
||||||
dll_ext = '.so'
|
dll_ext = '.so'
|
||||||
|
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user