We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ba39b commit b559bc2Copy full SHA for b559bc2
1 file changed
selfcheck.sh
@@ -96,6 +96,7 @@ elif [ "$cxx_type" = "Apple" ]; then
96
defs="$defs -D__is_target_arch(x)=(0)"
97
defs="$defs -D__is_target_vendor(x)=(0)"
98
defs="$defs -D__is_target_environment(x)=(0)"
99
+ defs="$defs -D__is_target_variant_os(x)=(0)"
100
inc=
101
inc="$inc -I$sdk_path/usr/include/c++/v1"
102
inc="$inc -I$sdk_path/usr/include"
0 commit comments