mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-21 21:26:06 +01:00
C99
This commit is contained in:
parent
14d3dc8c95
commit
caf91e2408
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ $(LIB): exec.o
|
|||
$(CC) -shared $(LDFLAGS) -o $@ $^ -ldl
|
||||
|
||||
AppRun_patched.o checkrt.o: CFLAGS += -include checkrt.h
|
||||
exec.o: CFLAGS += -fPIC
|
||||
exec.o: CFLAGS += -fPIC -std=c99
|
||||
|
||||
AppRun_patched.c: AppRun.c
|
||||
patch -p1 --output $@ < AppRun.c.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue