Skip to content

Commit f7ca151

Browse files
committed
mingw
1 parent 91417fd commit f7ca151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
3131
defs="$defs -D__STDC_HOSTED__"
3232
defs="$defs -D__CHAR_BIT__=8"
3333
defs="$defs -D__x86_64__"
34-
defs="$defs -D__INTPTR_TYPE__=long int" # MSYS
34+
defs="$defs -D__INTPTR_TYPE__='long int'" # MSYS
3535
defs="$defs -D__has_builtin(x)=(1)"
3636
defs="$defs -D__has_cpp_attribute(x)=(1)"
3737
defs="$defs -D__has_attribute(x)=(1)"

0 commit comments

Comments
 (0)