mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Yet another fix for 64-bits
This commit is contained in:
parent
6c7b261705
commit
7a6fd8188c
@ -298,7 +298,7 @@ if (COMPILER=="LINUX"):
|
|||||||
else:
|
else:
|
||||||
WARNINGS.append("I cannot locate SDK for " + pkg + " in thirdparty directory.")
|
WARNINGS.append("I cannot locate SDK for " + pkg + " in thirdparty directory.")
|
||||||
WARNINGS.append("I have automatically added this command-line option: --no-"+pkg.lower())
|
WARNINGS.append("I have automatically added this command-line option: --no-"+pkg.lower())
|
||||||
PkgDisable(ver)
|
PkgDisable(pkg)
|
||||||
|
|
||||||
if (PkgSkip("FMOD")==0): LibName("FMOD", "-lfmod")
|
if (PkgSkip("FMOD")==0): LibName("FMOD", "-lfmod")
|
||||||
if (PkgSkip("FMODEX")==0): LibName("FMODEX", "-lfmodex")
|
if (PkgSkip("FMODEX")==0): LibName("FMODEX", "-lfmodex")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user