diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/bootstrap/makefile.mk | 2 |
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 |