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

This commit is contained in:
Ozkan Sezer 2020-12-21 20:40:10 +03:00
parent 8766d6040b
commit 537f824f38
1 changed files with 1 additions and 1 deletions

View File

@ -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)