Skip to content

Commit

Permalink
Adjust paths to the new location of the helper library.
Browse files Browse the repository at this point in the history
  • Loading branch information
darbelo committed Oct 27, 2009
1 parent 1154f56 commit db0a9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.nqp
Expand Up @@ -15,7 +15,7 @@ sub MAIN () {
say("to figure out how to build matrixy.\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/makefiles/root.in');
Expand Down

0 comments on commit db0a9f0

Please sign in to comment.