Commit 822a46d0 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx -fPIC on CPPFLAGS

parent 83e01ff1
......@@ -43,7 +43,7 @@ make-targets =
build/bin/linux/x2t
environment =
PATH=${p7zip:location}/bin:${qmake:location}/bin:%(PATH)s
CPPFLAGS=-I${qmake:location}/include -I${zlib:location}/include
CPPFLAGS=-I${qmake:location}/include -I${zlib:location}/include -fPIC
LD_LIBRARY_PATH=${qmake:location}/lib:${qmake:location}/lib64:${zlib:location}/lib
# PATH=${gcc:location}/bin:${nodejs:location}/bin:%(PATH)s
# CPPFLAGS=-I${gcc:location}/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment