Skip to content

Commit

Permalink
Packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Mar 19, 2012
1 parent a3a55ac commit e277c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/inc/Marpa/R2/Build_Me.pm
Expand Up @@ -281,7 +281,7 @@ sub do_libmarpa {

my @configure_command_args = ('--disable-static');
if ( defined $self->args('marpa_debug') ) {
push @configure_command_args, "CFLAGS=-DMARPA_DEBUG";
push @configure_command_args, "MARPA_DEBUG_FLAG=-DMARPA_DEBUG";
}

if ( $self->verbose() ) {
Expand Down

0 comments on commit e277c75

Please sign in to comment.