File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 43
43
<cppflag value =" -std=c++11" if =" HXCPP_CPP11" />
44
44
<cppflag value =" -U__STRICT_ANSI__" />
45
45
<flag value =" -m32" unless =" HXCPP_M64" />
46
+ <flag value =" -m64" if =" HXCPP_M64" />
46
47
<flag value =" -DHXCPP_M64" if =" HXCPP_M64" />
47
48
<flag value =" -I${HXCPP}/include" />
48
49
<objdir value =" obj/mingw${OBJEXT}/" />
56
57
<flag value =" -debug" if =" debug" />
57
58
<flag value =" --enable-auto-import" />
58
59
<flag value =" -m32" unless =" HXCPP_M64" />
60
+ <flag value =" -m64" if =" HXCPP_M64" />
59
61
<flag value =" -static" if =" no_shared_libs" />
60
62
<flag value =" -static-libgcc" if =" no_shared_libs" />
61
63
<flag value =" -static-libstdc++" if =" no_shared_libs" />
70
72
<flag value =" -Wl,--enable-auto-import" />
71
73
<flag value =" -mwindows" if =" SUBSYSTEMWINDOWS" />
72
74
<flag value =" -m32" unless =" HXCPP_M64" />
75
+ <flag value =" -m64" if =" HXCPP_M64" />
73
76
<flag value =" -static" if =" no_shared_libs" />
74
77
<flag value =" -static-libgcc" if =" no_shared_libs" unless =" linux_host" />
75
78
<flag value =" -static-libstdc++" if =" no_shared_libs" unless =" linux_host" />
You can’t perform that action at this time.
0 commit comments