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

Avoid stray && in the system ICU case

Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868
üst d0c3eaf8
...@@ -61,7 +61,7 @@ else ...@@ -61,7 +61,7 @@ else
$(call gb_ExternalProject_get_state_target,libcdr,build) : $(call gb_ExternalProject_get_state_target,libcdr,build) :
cd $(EXTERNAL_WORKDIR) \ cd $(EXTERNAL_WORKDIR) \
&& export PKG_CONFIG="" \ && export PKG_CONFIG="" \
&& $(if $(filter NO,$(SYSTEM_ICU)), export ICU_LIBS=" " ICU_CFLAGS="-I$(OUTDIR)/inc/external") \ $(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_LIBS=" " ICU_CFLAGS="-I$(OUTDIR)/inc/external") \
&& ./configure \ && ./configure \
--with-pic \ --with-pic \
--enable-static \ --enable-static \
......
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