Commit 409cc30d authored by Tony Arcieri's avatar Tony Arcieri

Run autogen in advance prior to gem packaging

parent 9faa3084
......@@ -19,7 +19,6 @@ LIBSODIUM_DIR = File.expand_path(File.join(CWD, '..', '..', 'vendor', 'libsodium
MAKE = ENV['MAKE'] || ENV['make'] || "make"
Dir.chdir(LIBSODIUM_DIR) do
sys("./autogen.sh")
sys("./configure --prefix=#{LIBSODIUM_DIR}/dist")
sys(MAKE)
sys("#{MAKE} install")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment