Commit cd7ef24cba6e567fa3dfe1dc6ebb5ad7128ee7e9

Ozkan Sezer 2021-10-04T00:32:56

minor update to os2 makefile.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.os2 b/Makefile.os2
index aa074de..560eccf 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -127,7 +127,7 @@ SDL_RLEaccel.obj: SDL_RLEaccel.c
 
 # c99 mode needed because of structs with flexible array members in libusb.h
 SDL_hidapi.obj: SDL_hidapi.c
-    wcc386 $(CFLAGS) -za99 -I"src/hidapi/hidapi" -fo=$^@ $<
+    wcc386 $(CFLAGS) -za99 -fo=$^@ $<
 
 .c: ./src/libm;
 $(LIBM): $(MOBJS)