mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-03 13:10:19 -05:00
makepanda: link libpandagl into pview when using --static
This commit is contained in:
@@ -5072,6 +5072,9 @@ if (not RTDIST and not RUNTIME and PkgSkip("PVIEW")==0):
|
||||
TargetAdd('pview.exe', input=COMMON_PANDA_LIBS)
|
||||
TargetAdd('pview.exe', opts=['ADVAPI', 'WINSOCK2', 'WINSHELL'])
|
||||
|
||||
if GetLinkAllStatic() and not PkgSkip("GL"):
|
||||
TargetAdd('pview.exe', input='libpandagl.dll')
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/android/
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user