We don't build regmerge when ENABLE_MACOSX_SANDBOX
So skip CustomTarget_regcompare_test. But maybe we should build it and just drop it from the app bundle we package? Change-Id: Ibd8556ef686d2e9b7d4004110bf8beb93faf8202
This commit is contained in:
@@ -22,10 +22,13 @@ $(eval $(call gb_Module_add_targets,registry,\
|
|||||||
|
|
||||||
ifneq ($(OS),IOS) # missing regmerge (see above), needed within test
|
ifneq ($(OS),IOS) # missing regmerge (see above), needed within test
|
||||||
|
|
||||||
|
ifeq ($(ENABLE_MACOSX_SANDBOX),) # ditto
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_check_targets,registry, \
|
$(eval $(call gb_Module_add_check_targets,registry, \
|
||||||
CustomTarget_regcompare_test \
|
CustomTarget_regcompare_test \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# vim:set noet sw=4 ts=4:
|
# vim:set noet sw=4 ts=4:
|
||||||
|
Reference in New Issue
Block a user