We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938404b commit 8d2c132Copy full SHA for 8d2c132
ext/argon2_wrap/Makefile.real
@@ -60,6 +60,7 @@ LIB_SH := lib$(LIB_NAME).$(LIB_EXT)
60
all: libs
61
libs: $(SRC)
62
$(CC) $(CFLAGS) $(LIB_CFLAGS) $^ -o libargon2_wrap.$(LIB_EXT)
63
+ cp libargon2_wrap.$(LIB_EXT) ../../lib
64
65
#Deliberately avoiding the CFLAGS for our test cases - disable optimise and
66
#C89
ext/argon2_wrap/extconf.rb
@@ -3,4 +3,3 @@
3
require 'mkmf'
4
5
File.rename('Makefile.real', 'Makefile')
6
-system "make"
0 commit comments