Must bypass AppleRemote here, too, if ENABLE_MACOSX_SANDBOX
Change-Id: I5bc2588c8a5cdb836e72a160233fe1add63de8e8
This commit is contained in:
parent
35ab624acd
commit
523df6efab
1 changed files with 3 additions and 1 deletions
|
@ -378,7 +378,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
|||
wininetbe1 \
|
||||
) \
|
||||
$(if $(filter $(OS),MACOSX), \
|
||||
AppleRemote \
|
||||
$(if $(ENABLE_MACOSX_SANDBOX),, \
|
||||
AppleRemote \
|
||||
) \
|
||||
fps_aqua \
|
||||
MacOSXSpell \
|
||||
) \
|
||||
|
|
Loading…
Reference in a new issue