Skip to content

Commit

Permalink
Remove unused and wrong make variable
Browse files Browse the repository at this point in the history
NQP_HOME might be located in a different prefix from rakudo. Thus relying
on LIBDIR in it's construction is wrong.
  • Loading branch information
PatZim committed Jun 12, 2019
1 parent 3a4ebf3 commit 75e234a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/templates/Makefile-common-macros.in
Expand Up @@ -14,7 +14,6 @@ SYSROOT = @nfp(@sysroot@)@
SDKROOT = @nfp(@sdkroot@)@
PREFIX = @nfp(@prefix@)@
LIBDIR = @nfp(@libdir@)@
NQP_HOME = $(LIBDIR)@nfp(/nqp)@
PERL6_HOME = $(LIBDIR)@nfp(/perl6)@
BASE_DIR = @base_dir@

Expand Down

0 comments on commit 75e234a

Please sign in to comment.