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