mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
Don't overwrite CFLAGS
This commit is contained in:
parent
38b168002b
commit
4dd98dc56f
|
@ -27,7 +27,7 @@ case $host_os in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Checks the flags.
|
# Checks the flags.
|
||||||
CFLAGS="-DIDEVICERESTORE_NOMAIN=1 -DTSSCHECKER_NOMAIN=1"
|
CFLAGS+=" -DIDEVICERESTORE_NOMAIN=1 -DTSSCHECKER_NOMAIN=1"
|
||||||
CXXFLAGS+=" -std=c++11"
|
CXXFLAGS+=" -std=c++11"
|
||||||
CFLAGS+=" -std=c11"
|
CFLAGS+=" -std=c11"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue