Skip to content

Commit eb169f6

Browse files
committedMay 26, 2015
Fixed copy-paste error in libsodium build.
1 parent 617ca4d commit eb169f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎rakelib/blueprint.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
l.cflags = ["-I#{src}/vendor/libsodium/src/libsodium/include"] + gcc.cflags
187187
l.objects = [l.file("src/libsodium/.libs/libsodium.a")]
188188
l.to_build do |x|
189-
unless File.exist?("Makefile") and File.exist?("zconf.h")
189+
unless File.exist?("Makefile")
190190
x.command "sh -c ./configure"
191191
end
192192

0 commit comments

Comments
 (0)
Please sign in to comment.