summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-12-13 01:59:12 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-12-13 01:59:12 +0100
commit89b4260fc9ddc39ebc36ea44723f101aabf1d043 (patch)
treea29840dfb71ae55019868c66493341cfd5742a6c /cppuhelper/test
parent9b98c4a8d780ec62f346d9d39cc61e45d0e38a17 (diff)
GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or GUIBASE→aqua
Diffstat (limited to 'cppuhelper/test')
-rw-r--r--cppuhelper/test/bootstrap/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/bootstrap/makefile.mk b/cppuhelper/test/bootstrap/makefile.mk
index 86665df391bf..d1caebad26e2 100644
--- a/cppuhelper/test/bootstrap/makefile.mk
+++ b/cppuhelper/test/bootstrap/makefile.mk
@@ -37,7 +37,7 @@ USE_DEFFILE := TRUE
.INCLUDE : settings.mk
-.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
+.IF "$(GUI)"=="UNX"
PURPENVHELPERLIB := -luno_purpenvhelper$(COMID)
.ELSE