Kaydet (Commit) 26ae620b authored tarafından Matúš Kukan's avatar Matúš Kukan

urelibs: do not merge purpenvhelper (unless mergelibs=all)

Change-Id: I147d05b91d46f05461f0548000c891f89486bcc7
üst e8520cb0
......@@ -187,7 +187,6 @@ gb_URELIBS := \
introspection \
$(if $(filter TRUE,$(SOLAR_JAVA)),jvmaccess) \
$(if $(filter TRUE,$(SOLAR_JAVA)),jvmfwk) \
purpenvhelper \
reflection \
reg \
sal \
......@@ -195,7 +194,10 @@ gb_URELIBS := \
stocservices \
store \
unoidl \
xmlreader
xmlreader \
$(if $(filter ALL,$(MERGELIBS)), \
purpenvhelper \
)
endif
......
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