summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/Library_sal.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 0b7e39c39607..abeec1d65223 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -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