makepanda: deploy-stub needs to link to libpython

This commit is contained in:
rdb 2017-01-10 23:15:30 +01:00
parent 49905bad16
commit 8352f27a23

View File

@ -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"))