diff options
-rwxr-xr-x | compile_flags.txt.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_flags.txt.do b/compile_flags.txt.do index c1ce1ba..e43c8e4 100755 --- a/compile_flags.txt.do +++ b/compile_flags.txt.do @@ -2,4 +2,4 @@ set -e redo-ifchange .vars.rc . ./.vars.rc -printf '%s\n' "${CFLAGS[@]}" "${CPPFLAGS[@]}" >"$3" +printf '%s\n' "${TCFLAGS[@]}" "${TCPPFLAGS[@]}" >"$3" |