diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 02:23:55 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 02:23:55 +0100 |
commit | e895879eac788f1d59a68d4d0ef7f3788e159842 (patch) | |
tree | 41fde42047aacb18a4b7e1ffd087b6144ca0213a | |
parent | 92ff1bc4970d4f3eb24d742fea3f0019898543a5 (diff) | |
download | pack-e895879eac788f1d59a68d4d0ef7f3788e159842.tar.gz pack-e895879eac788f1d59a68d4d0ef7f3788e159842.tar.xz pack-e895879eac788f1d59a68d4d0ef7f3788e159842.zip |
compile_flags.txt.do: use target flags for now
-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" |