Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Better fix for rubygems issue
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed Dec 27, 2022
1 parent 938404b commit 8d2c132
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ext/argon2_wrap/Makefile.real
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ LIB_SH := lib$(LIB_NAME).$(LIB_EXT)
all: libs
libs: $(SRC)
$(CC) $(CFLAGS) $(LIB_CFLAGS) $^ -o libargon2_wrap.$(LIB_EXT)
cp libargon2_wrap.$(LIB_EXT) ../../lib

#Deliberately avoiding the CFLAGS for our test cases - disable optimise and
#C89
Expand Down
1 change: 0 additions & 1 deletion ext/argon2_wrap/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
require 'mkmf'

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

0 comments on commit 8d2c132

Please sign in to comment.