mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
hopefully this should fix the compile error for p3dcert on osx
This commit is contained in:
parent
482e7b1e9a
commit
ddf37dbe28
@ -3883,6 +3883,7 @@ if (RTDIST or RUNTIME):
|
||||
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
|
||||
else:
|
||||
OPTS.append("WX")
|
||||
if (sys.platform=="darwin"): OPTS.append("GL")
|
||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
||||
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||
|
Loading…
x
Reference in New Issue
Block a user