Commit 537f824f38c86567909a434f76b04fc2cb12678b

Ozkan Sezer 2020-12-21T20:40:10

test/Makefile.os2: wlib must run case-sensitively.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/Makefile.os2 b/test/Makefile.os2
index 7676369..922dffa 100644
--- a/test/Makefile.os2
+++ b/test/Makefile.os2
@@ -55,7 +55,7 @@ LIBS    = SDL2.lib $(TESTLIB)
 .c: ../src/test
 
 $(TESTLIB): $(COBJS)
-  wlib -q -b -n $@ $(COBJS)
+  wlib -q -b -n -c $@ $(COBJS)
 
 .obj.exe:
   @%make $(TESTLIB)