Kaydet (Commit) 9ae4892a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst f4425dd1
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment