mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
makepanda: deploy-stub needs to link to libpython
This commit is contained in:
parent
49905bad16
commit
8352f27a23
@ -837,9 +837,6 @@ if (COMPILER=="GCC"):
|
||||
|
||||
if not PkgSkip("PYTHON"):
|
||||
python_lib = SDK["PYTHONVERSION"]
|
||||
if not RTDIST:
|
||||
# We don't link anything in the SDK with libpython.
|
||||
python_lib = ""
|
||||
SmartPkgEnable("PYTHON", "", python_lib, (SDK["PYTHONVERSION"], SDK["PYTHONVERSION"] + "/Python.h"))
|
||||
|
||||
SmartPkgEnable("OPENSSL", "openssl", ("ssl", "crypto"), ("openssl/ssl.h", "openssl/crypto.h"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user