mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-20 04:04:47 +01:00
*** empty log message ***
This commit is contained in:
parent
45bc3c4f9e
commit
1254fcb45e
|
|
@ -10,7 +10,7 @@ LIBRARY=liblwjgl-devil.jnilib
|
|||
|
||||
$(LIBRARY): $(OBJECTS)
|
||||
$(LINKER) $(CFLAGS_LINK) -o $@ $(OBJECTS) $(LIBS)
|
||||
$(STRIP) $@
|
||||
$(STRIP) -S -X $@
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS_O) $< -o $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue