We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2d877 commit 4145e20Copy full SHA for 4145e20
1 file changed
.github/workflows/test.yml
@@ -257,6 +257,6 @@ jobs:
257
shell: bash
258
run: |
259
for xml in *.xml; do
260
- haxelib run hxcpp $xml ${{ env.HXCPP_TARGET_FLAG }}
+ haxelib run hxcpp $xml-D${{ env.HXCPP_ARCH_FLAG }} ${{ env.HXCPP_TARGET_FLAG }}
261
haxelib run hxcpp $xml clean
262
done
0 commit comments