do not run bridgetest on macosx/ppc
Change-Id: I6df6c061b09674370a99c2b5e69927500af8d1e5
This commit is contained in:
parent
bbb9235e4e
commit
77bcdd4121
1 changed files with 4 additions and 0 deletions
|
@ -51,9 +51,13 @@ $(eval $(call gb_Module_add_targets,testtools,\
|
|||
endif
|
||||
|
||||
ifneq ($(CROSS_COMPILING),YES)
|
||||
# FIXME: Mac OSX PPC GCC fails this test!, likely broken UNO bridge.
|
||||
# (is it still relevant?)
|
||||
ifneq ($(COM)$(OS)$(CPU),GCCMACOSXP)
|
||||
$(eval $(call gb_Module_add_check_targets,testtools,\
|
||||
CustomTarget_uno_test \
|
||||
))
|
||||
endif
|
||||
endif
|
||||
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab:
|
||||
|
|
Loading…
Reference in a new issue