Kaydet (Commit) 93de2f6b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"

Change-Id: I626bd8d29a7efe967608efbb21fda87e5692c0c8
üst bfe02672
......@@ -181,8 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/time \
))
$(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \
$(if $(filter $(ENABLE_CRASHDUMP),YES), \
-DSAL_ENABLE_CRASH_REPORT) \
$(if $(ENABLE_CRASHDUMP),-DSAL_ENABLE_CRASH_REPORT) \
))
# Note that the uunxapi.mm file just includes the uunxapi.cxx one
......
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