Skip to content

Commit

Permalink
[configure] quote libdir path for inst_libparrot_linkflags
Browse files Browse the repository at this point in the history
otherwise pbc_to_exe does not work with spacey paths when installed
  • Loading branch information
moritz committed Feb 11, 2013
1 parent b23f23e commit 6ab9fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/inter/libparrot.pm
Expand Up @@ -136,9 +136,9 @@ sub runstep {
# This version uses the installed -lparrot.
unless ( defined( $conf->data->get('inst_libparrot_linkflags') ) ) {
$conf->data->set(inst_libparrot_linkflags =>
'-L'
'-L"'
. $conf->data->get('libdir')
. ' -lparrot'
. '" -lparrot'
);
}

Expand Down

0 comments on commit 6ab9fdc

Please sign in to comment.