Kaydet (Commit) c994ab6d authored tarafından David Tardon's avatar David Tardon

there must always be a bridge built

Change-Id: Ie5bc8a27feed65126bd8bfceff2903029cd20059
üst b944750a
......@@ -92,4 +92,8 @@ $(eval $(call gb_Module_add_targets,bridges,\
) \
))
ifeq ($(strip $(bridges_SELECTED_BRIDGE)),)
$(call gb_Output_error,no bridge selected for build: bailing out)
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