Skip to content

Commit

Permalink
Fixed copy-paste error in libsodium build.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 26, 2015
1 parent 617ca4d commit eb169f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/blueprint.rb
Expand Up @@ -186,7 +186,7 @@
l.cflags = ["-I#{src}/vendor/libsodium/src/libsodium/include"] + gcc.cflags
l.objects = [l.file("src/libsodium/.libs/libsodium.a")]
l.to_build do |x|
unless File.exist?("Makefile") and File.exist?("zconf.h")
unless File.exist?("Makefile")
x.command "sh -c ./configure"
end

Expand Down

0 comments on commit eb169f6

Please sign in to comment.