Browse Source

makepanda: deploy-stub needs to link to libpython

rdb 9 years ago
parent
commit
8352f27a23
1 changed files with 0 additions and 3 deletions
  1. 0 3
      makepanda/makepanda.py

+ 0 - 3
makepanda/makepanda.py

@@ -837,9 +837,6 @@ if (COMPILER=="GCC"):
 
 
         if not PkgSkip("PYTHON"):
         if not PkgSkip("PYTHON"):
             python_lib = SDK["PYTHONVERSION"]
             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("PYTHON", "", python_lib, (SDK["PYTHONVERSION"], SDK["PYTHONVERSION"] + "/Python.h"))
 
 
     SmartPkgEnable("OPENSSL",   "openssl",   ("ssl", "crypto"), ("openssl/ssl.h", "openssl/crypto.h"))
     SmartPkgEnable("OPENSSL",   "openssl",   ("ssl", "crypto"), ("openssl/ssl.h", "openssl/crypto.h"))