Skip to content

Commit

Permalink
Merge pull request #3150 from vrurg/rakudo_3136
Browse files Browse the repository at this point in the history
Use cincludes configuarion variable from MoarVM
  • Loading branch information
vrurg committed Aug 27, 2019
2 parents 9dfca94 + 497c9e0 commit 0455f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/templates/moar/Makefile.in
Expand Up @@ -18,6 +18,7 @@ M_LIBDIR = @nfp($(PERL6_HOME)/lib)@
M_NQP_LIBDIR = @nqp::libdir@
M_INCPATH = @nfp($(MOAR_PREFIX)/include)@
M_MOAR_INC_PATHS = \
@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 0455f42

Please sign in to comment.