Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[GH #71] Add -L. -X. to parrot for newer parrots.
  • Loading branch information
Reini Urban committed Jan 7, 2013
1 parent 5f89700 commit 6a9828f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build/Makefile.in
@@ -1,7 +1,7 @@
# Copyright (C) 2006-2012, The Perl Foundation.
# Copyright (C) 2006-2013, The Perl Foundation.
# $Id$

PARROT_ARGS =
PARROT_ARGS = -L. -X.

# values from parrot_config
PARROT_BIN_DIR = @bindir@
Expand Down Expand Up @@ -34,7 +34,7 @@ TOM = 3rdparty/libtommath/bn
DYNCALLINC =

# locations of parrot resources
PARROT = $(PARROT_BIN_DIR)/parrot$(EXE)
PARROT = $(PARROT_BIN_DIR)/parrot$(EXE) $(PARROT_ARGS)
PARROT_DLL = @dll@
PARROT_DLL_COPY = @dllcopy@
PARROT_NQP = $(PARROT_BIN_DIR)/parrot_nqp$(EXE)
Expand Down

0 comments on commit 6a9828f

Please sign in to comment.