summaryrefslogtreecommitdiffstats
path: root/cppuhelper/test/bootstrap/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/bootstrap/makefile.mk')
-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 6f185bf32dc0..a2d1715b397b 100644
--- a/cppuhelper/test/bootstrap/makefile.mk
+++ b/cppuhelper/test/bootstrap/makefile.mk
@@ -28,7 +28,7 @@ USE_DEFFILE := TRUE
.INCLUDE : settings.mk
-.IF "$(GUI)"=="UNX"
+.IF "$(OS)"!="WNT"
PURPENVHELPERLIB := -luno_purpenvhelper$(COMID)
.ELSE