Skip to content

Commit c52df3f

Browse files
author
Reini Urban
committed
Merge branch 'dot-libpath-gh71'
2 parents 5f89700 + 6a9828f commit c52df3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/build/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright (C) 2006-2012, The Perl Foundation.
1+
# Copyright (C) 2006-2013, The Perl Foundation.
22
# $Id$
33

4-
PARROT_ARGS =
4+
PARROT_ARGS = -L. -X.
55

66
# values from parrot_config
77
PARROT_BIN_DIR = @bindir@
@@ -34,7 +34,7 @@ TOM = 3rdparty/libtommath/bn
3434
DYNCALLINC =
3535

3636
# locations of parrot resources
37-
PARROT = $(PARROT_BIN_DIR)/parrot$(EXE)
37+
PARROT = $(PARROT_BIN_DIR)/parrot$(EXE) $(PARROT_ARGS)
3838
PARROT_DLL = @dll@
3939
PARROT_DLL_COPY = @dllcopy@
4040
PARROT_NQP = $(PARROT_BIN_DIR)/parrot_nqp$(EXE)

0 commit comments

Comments
 (0)