Skip to content

Commit

Permalink
Merge pull request #3156 from patzim/rakudo_3136
Browse files Browse the repository at this point in the history
Fixup fix for PR #3150: Var was missing `moar::` prefix
  • Loading branch information
patrickbkr committed Aug 30, 2019
2 parents 0455f42 + 3d5c551 commit 579ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/moar/Makefile.in
Expand Up @@ -18,7 +18,7 @@ M_LIBDIR = @nfp($(PERL6_HOME)/lib)@
M_NQP_LIBDIR = @nqp::libdir@
M_INCPATH = @nfp($(MOAR_PREFIX)/include)@
M_MOAR_INC_PATHS = \
@cincludes@ \
@moar::cincludes@ \
$(M_CCINC)@nfpq($(M_INCPATH))@ \
$(M_CCINC)@nfpq($(M_INCPATH)/moar)@ \
$(M_CCINC)@nfpq($(M_INCPATH)/libatomic_ops)@ \
Expand Down

0 comments on commit 579ac66

Please sign in to comment.