Skip to content

Commit 537f824

Browse files
committed
test/Makefile.os2: wlib must run case-sensitively.
1 parent 8766d60 commit 537f824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.os2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ LIBS = SDL2.lib $(TESTLIB)
5555
.c: ../src/test
5656

5757
$(TESTLIB): $(COBJS)
58-
wlib -q -b -n $@ $(COBJS)
58+
wlib -q -b -n -c $@ $(COBJS)
5959

6060
.obj.exe:
6161
@%make $(TESTLIB)

0 commit comments

Comments
 (0)