We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff58bcf commit 737290eCopy full SHA for 737290e
1 file changed
toolchain/haxe-target.xml
@@ -166,7 +166,7 @@
166
<depend name="${HXCPP}/src/hx/Hash.h"/>
167
<depend name="${HXCPP}/src/hx/Unicase.h"/>
168
<depend name="${HXCPP}/src/hx/gc/GcRegCapture.h"/>
169
- <compilerflag value="-D_CRT_SECURE_NO_DEPRECATE"/>
+ <compilerflag value="-D_CRT_SECURE_NO_DEPRECATE" if="windows" />
170
171
<compilerflag value="-DHX_UNDEFINE_H" />
172
0 commit comments