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