summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-30 08:11:10 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-30 08:11:31 -0500
commitddc28b8ad61e71af94d9bc72f5588556ccfe9b11 (patch)
tree4a1e2b61de33f9614531cf37b415929b04c5e585 /RepositoryFixes.mk
parent677da6ca3d8d0cf548ec5584d4875de4597121d2 (diff)
clean-up ghost traces of unicow
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 959fa61905d2..6b2d230addec 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -72,8 +72,7 @@ gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
# cross-compile that module then using MinGW. That needs to be fixed
# then, and we need to use these libraries through run-time lookup of
# APIs. Or something.
-gb_Library_SDKLIBFILENAMES:=\
- unicows \
+gb_Library_SDKLIBFILENAMES:=
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)