Browse Source

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

Ozkan Sezer 4 years ago
parent
commit
537f824f38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile.os2

+ 1 - 1
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)