We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91417fd commit f7ca151Copy full SHA for f7ca151
1 file changed
selfcheck.sh
@@ -31,7 +31,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
31
defs="$defs -D__STDC_HOSTED__"
32
defs="$defs -D__CHAR_BIT__=8"
33
defs="$defs -D__x86_64__"
34
- defs="$defs -D__INTPTR_TYPE__=long int" # MSYS
+ defs="$defs -D__INTPTR_TYPE__='long int'" # MSYS
35
defs="$defs -D__has_builtin(x)=(1)"
36
defs="$defs -D__has_cpp_attribute(x)=(1)"
37
defs="$defs -D__has_attribute(x)=(1)"
0 commit comments