Skip to content

Commit

Permalink
Adjust the path to config-helpers.pir in the Configure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
darbelo committed Oct 27, 2009
1 parent b26a904 commit 0d86f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sub MAIN () {
say("to figure out how to build parrot-linear-algebra.\n");

# Load Parrot config and glue functions
load_bytecode('aux/config-helpers.pir');
load_bytecode('config/config-helpers.pir');

# Slurp in the unconfigured Makefile text
my $unconfigured := slurp(@ARGS[0] || 'config/Makefile.in');
Expand Down

0 comments on commit 0d86f93

Please sign in to comment.