From 537f824f38c86567909a434f76b04fc2cb12678b Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 21 Dec 2020 20:40:10 +0300 Subject: [PATCH] test/Makefile.os2: wlib must run case-sensitively. --- test/Makefile.os2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.os2 b/test/Makefile.os2 index 76763691f..922dffaf1 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)