Kaydet (Commit) 409ba4cc authored tarafından Matúš Kukan's avatar Matúš Kukan

libcdr: do not export empty ICU_CFLAGS

Change-Id: Ib56864cbb9509135572322a274a727fb5fc7c97d
üst 2bded304
......@@ -29,7 +29,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) :
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
&& export ICU_LIBS=" " \
&& export ICU_CFLAGS="$(if $(filter NO,$(SYSTEM_ICU)),-I$(OUTDIR)/inc/external)" \
&& export ICU_CFLAGS="$(if $(filter NO,$(SYSTEM_ICU)),-I$(OUTDIR)/inc/external, )" \
&& ./configure \
--with-pic \
--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