We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b83ce commit 5b2dde0Copy full SHA for 5b2dde0
1 file changed
selfcheck.sh
@@ -89,6 +89,8 @@ elif [ "$cxx_type" = "Apple" ]; then
89
defs="$defs -D__is_target_variant_os(x)=(0)"
90
defs="$defs -D__is_target_variant_environment(x)=(0)"
91
92
+ $CXX -x c++ -v -c -S - 2>&1 < /dev/null
93
+
94
inc=
95
while read line
96
do
0 commit comments