Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/blueprint.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eb169f6

Please sign in to comment.