Skip to content

Commit c82c723

Browse files
committed
Need NQP_LANG_DIR defined, of course.
1 parent 7392f50 commit c82c723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PARROT_INCLUDE_DIR = @includedir@$(PARROT_VERSION)
1010
PARROT_LIB_DIR = @libdir@$(PARROT_VERSION)
1111
PARROT_SRC_DIR = @srcdir@$(PARROT_VERSION)
1212
PARROT_LIBRARY_DIR = $(PARROT_LIB_DIR)/library
13+
NQP_LANG_DIR = $(PARROT_LIB_DIR)/languages/nqp
1314
HAS_ICU = @has_icu@
1415

1516
CC = @cc@

0 commit comments

Comments
 (0)