Skip to content

Commit

Permalink
test/Makefile.os2: wlib must run case-sensitively.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 21, 2020
1 parent 8766d60 commit 537f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.os2
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 537f824

Please sign in to comment.