mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
link subprocbuffer into p3dembed on OSX
This commit is contained in:
parent
1dc13e3691
commit
23b949d360
@ -3530,6 +3530,8 @@ if (RTDIST):
|
||||
TargetAdd('p3dembed.exe', input='libp3dtoolconfig.dll')
|
||||
TargetAdd('p3dembed.exe', input='libp3dtool.dll')
|
||||
TargetAdd('p3dembed.exe', input='libp3pystub.dll')
|
||||
if (sys.platform == "darwin"):
|
||||
TargetAdd('p3dembed.cxx', input='libsubprocbuffer.ilb')
|
||||
TargetAdd('p3dembed.exe', opts=['NOSTRIP', 'WINGDI', 'WINSOCK2', 'ZLIB', 'WINUSER', 'OPENSSL', 'JPEG', 'WINOLE', 'CARBON', 'MSIMG', 'WINCOMCTL', 'TINYXML', 'ADVAPI', 'WINSHELL', 'X11', 'PNG'])
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user