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:
Tor Lillqvist
2016-08-04 13:15:16 +03:00
parent f4425dd17b
commit 9ae4892a33

View File

@@ -22,10 +22,13 @@ $(eval $(call gb_Module_add_targets,registry,\
ifneq ($(OS),IOS) # missing regmerge (see above), needed within test
ifeq ($(ENABLE_MACOSX_SANDBOX),) # ditto
$(eval $(call gb_Module_add_check_targets,registry, \
CustomTarget_regcompare_test \
))
endif
endif
# vim:set noet sw=4 ts=4: