aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile.in
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-15 11:24:27 -0400
committerJack Lloyd <[email protected]>2019-07-15 11:24:27 -0400
commite6ba703a429e56a1d6c80c4a28c8251aadca3df4 (patch)
tree319ff2e77f37edc9c392e65fc50fc5b0b4a2a870 /src/build-data/makefile.in
parent99b55d8e5992a541a01d396cad4b5a168d607631 (diff)
Add support for OS-specific feature macros
We already needed this but didn't have a first class notion for it. GH #2028
Diffstat (limited to 'src/build-data/makefile.in')
-rw-r--r--src/build-data/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in
index 0e877c680..1bd3c83aa 100644
--- a/src/build-data/makefile.in
+++ b/src/build-data/makefile.in
@@ -12,7 +12,7 @@ PYTHON_EXE = %{python_exe}
# Compiler Flags
ABI_FLAGS = %{cc_sysroot} %{cxx_abi_flags}
-LANG_FLAGS = %{cc_lang_flags}
+LANG_FLAGS = %{cc_lang_flags} %{os_feature_macros}
CXXFLAGS = %{cc_compile_flags}
WARN_FLAGS = %{cc_warning_flags}
LIB_FLAGS = %{lib_flags}