Skip to content

Commit

Permalink
Merge pull request #244 from Benabik/nom
Browse files Browse the repository at this point in the history
Be more specific about linking to libmoar on OS X
  • Loading branch information
jnthn committed Jan 22, 2014
2 parents 07c483e + fdd210b commit 25462c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
# Add moar library to link command
# TODO: Get this from Moar somehow
$config{'moarimplib'} = $^O eq 'MSWin32' ? "$prefix/bin/moar.dll.lib"
: $^O eq 'darwin' ? '-lmoar'
: $^O eq 'darwin' ? "$prefix/lib/libmoar.dylib"
: '';

fill_template_file('tools/build/Makefile-Moar.in', $MAKEFILE, %config, %nqp_config);
Expand Down

0 comments on commit 25462c7

Please sign in to comment.