summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RepositoryFixes.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index b6c710800f1c..d822ae6965b5 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -81,10 +81,9 @@ gb_Library_SDKLIBFILENAMES:=\
# some Windows platform libraries are missing in mingw library set
# we have to use them from the PSDK by linking against their ilibs
gb_Library_ILIBFILENAMES:=\
-
- unicows \
- uuid \
- winmm \
+ unicows \
+ uuid \
+ winmm \
gb_Library_DLLFILENAMES := $(filter-out $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):%),$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):$(WINDOWS_SDK_HOME)/lib/$(lib).lib)