Skip to content

Commit

Permalink
Use cincludes configuration variable from MoarVM
Browse files Browse the repository at this point in the history
Should fix #3136
  • Loading branch information
vrurg committed Aug 27, 2019
1 parent 7a8c5eb commit 98e0bb6
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 98e0bb6

Please sign in to comment.