Skip to content

Commit

Permalink
Merge pull request #570 from cygx/fix-mingw
Browse files Browse the repository at this point in the history
set -municode in LD_M_BUILD_RUNNER to fix the MinGW build
  • Loading branch information
patrickbkr committed Aug 5, 2019
2 parents d1e31ed + b969c3c commit 2b886d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/moar/Makefile.in
Expand Up @@ -317,7 +317,7 @@ $(M_INST_NQP_M): @nfp(src/vm/moar/runner/main.c)@


CC_M_BUILD_RUNNER=@moar::cc@ @moar::ccswitch@ @moar::cflags@
LD_M_BUILD_RUNNER=@moar::ld@ @ldflags@
LD_M_BUILD_RUNNER=@moar::ld@ @ldflags@ @mingw_unicode@

$(M_BUILD_RUNNER): @@configure_script@@ @@template(@platform@/nqp-m-build.c)@@
$(RM_F) @q($(M_BUILD_RUNNER))@
Expand Down

0 comments on commit 2b886d6

Please sign in to comment.