summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sal/Library_sal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index de22417f29f9..e1360f81ae4e 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -81,6 +81,9 @@ $(eval $(call gb_Library_use_libraries,sal,\
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
+ $(if $(filter-out $(GUI),UNX), \
+ uwinapi \
+ ) \
$(gb_STDLIBS) \
))