Fix build with Linux
This commit is contained in:
parent
b8ce07abe0
commit
3d67d75834
|
@ -3,7 +3,7 @@ targets=terminal
|
|||
cflags_force=`pkg-config --cflags libDesktop`
|
||||
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||
ldflags=-Wl,-pie -Wl,-z,relro -Wl,-z,now
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,terminal.h
|
||||
|
||||
[terminal]
|
||||
|
|
Loading…
Reference in New Issue
Block a user