mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
need BUNDLE_EXT
This commit is contained in:
parent
65a29c21be
commit
efe655aea0
@ -169,3 +169,8 @@
|
||||
|
||||
// The dynamic library file extension (usually .so .dll or .dylib):
|
||||
#define DYNAMIC_LIB_EXT .dylib
|
||||
|
||||
// If you need to build .so files in addition to .dylibs, declare this
|
||||
// too. Python 2.4 on OSX 10.4 seems to require this (it won't import
|
||||
// a .dylib file directly).
|
||||
//#define BUNDLE_EXT .so
|
||||
|
Loading…
x
Reference in New Issue
Block a user