Navigation Menu

Skip to content

Commit

Permalink
Add missing ENV.
Browse files Browse the repository at this point in the history
Sorry...
  • Loading branch information
kou committed Feb 19, 2013
1 parent a937850 commit d3761fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mroonga.rb
Expand Up @@ -125,7 +125,7 @@ def build_configure_args(mysql_source_path, mysql_config_path)
end

def install_mroonga(mysql_source_path, mysql_config_path)
append_to_cflags("-DDISABLE_DTRACE") # Remove me since 3.0.1
ENV.append_to_cflags("-DDISABLE_DTRACE") # Remove me since 3.0.1
configure_args = build_configure_args(mysql_source_path, mysql_config_path)
system("./configure", *configure_args)
system("make")
Expand Down

0 comments on commit d3761fa

Please sign in to comment.