Skip to content

Commit

Permalink
Don't overwrite CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9fff00 authored Feb 8, 2020
1 parent 38b1680 commit 4dd98dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4dd98dc

Please sign in to comment.