mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fix nppanda3d crash on OSX, I hope
This commit is contained in:
parent
0f383eaccb
commit
4a22b8f104
@ -3258,7 +3258,8 @@ if (RUNTIME and PkgSkip("NPAPI")==0):
|
||||
elif (sys.platform == "darwin"):
|
||||
TargetAdd('nppanda3d.plugin', input='nppanda3d.rsrc')
|
||||
TargetAdd('nppanda3d.plugin', input='nppanda3d.plist', ipath=OPTS)
|
||||
TargetAdd('nppanda3d.plugin', opts=['FORCE_DYNAMIC', 'NPAPI', 'TINYXML', 'OPENSSL', 'WINUSER', 'WINSHELL', 'WINOLE', 'CARBON'])
|
||||
TargetAdd('nppanda3d.plugin', input='plugin_find_root_dir_assist.obj')
|
||||
TargetAdd('nppanda3d.plugin', opts=['NPAPI', 'TINYXML', 'OPENSSL', 'WINUSER', 'WINSHELL', 'WINOLE', 'CARBON'])
|
||||
|
||||
#
|
||||
# DIRECTORY: direct/src/plugin_activex/
|
||||
|
Loading…
x
Reference in New Issue
Block a user