Skip to content

Commit 8d2c132

Browse files
committed
Better fix for rubygems issue
1 parent 938404b commit 8d2c132

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/argon2_wrap/Makefile.real

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ LIB_SH := lib$(LIB_NAME).$(LIB_EXT)
6060
all: libs
6161
libs: $(SRC)
6262
$(CC) $(CFLAGS) $(LIB_CFLAGS) $^ -o libargon2_wrap.$(LIB_EXT)
63+
cp libargon2_wrap.$(LIB_EXT) ../../lib
6364

6465
#Deliberately avoiding the CFLAGS for our test cases - disable optimise and
6566
#C89

ext/argon2_wrap/extconf.rb

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
require 'mkmf'
44

55
File.rename('Makefile.real', 'Makefile')
6-
system "make"

0 commit comments

Comments
 (0)