We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f89700 + 6a9828f commit c52df3fCopy full SHA for c52df3f
tools/build/Makefile.in
@@ -1,7 +1,7 @@
1
-# Copyright (C) 2006-2012, The Perl Foundation.
+# Copyright (C) 2006-2013, The Perl Foundation.
2
# $Id$
3
4
-PARROT_ARGS =
+PARROT_ARGS = -L. -X.
5
6
# values from parrot_config
7
PARROT_BIN_DIR = @bindir@
@@ -34,7 +34,7 @@ TOM = 3rdparty/libtommath/bn
34
DYNCALLINC =
35
36
# locations of parrot resources
37
-PARROT = $(PARROT_BIN_DIR)/parrot$(EXE)
+PARROT = $(PARROT_BIN_DIR)/parrot$(EXE) $(PARROT_ARGS)
38
PARROT_DLL = @dll@
39
PARROT_DLL_COPY = @dllcopy@
40
PARROT_NQP = $(PARROT_BIN_DIR)/parrot_nqp$(EXE)
0 commit comments