mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:21:43 +00:00
compilar las gemas que tengan extconf
This commit is contained in:
parent
5fd1e6e762
commit
1dcdc632cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ load:
|
|||
mkdir -p $@
|
||||
|
||||
gem_dir := $(shell readlink -f ../gems)
|
||||
gems := $(shell bundle show --paths | xargs -I {} sh -c 'test -d {}/ext && basename {}')
|
||||
gems := $(shell bundle show --paths | xargs -I {} sh -c 'test -f {}/ext/*/extconf.rb && basename {}')
|
||||
gems_musl := $(patsubst %,$(gem_dir)/%-x86_64-linux-musl.gem,$(gems))
|
||||
|
||||
$(gem_dir)/%-x86_64-linux-musl.gem:
|
||||
|
|
Loading…
Reference in a new issue