Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 22, 2022
1 parent bde389e commit 30b7fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (test "$?" = "0") then {
} fi;

if (test "$SINAC" != "1") then {
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 MAKE=gmake make=gmake QMAKE=qmake4 bundle update --bundler
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 MAKE=gmake make=gmake QMAKE=qmake4 bundle update
if (test "$?" != "0") then {
exit 1;
Expand Down

0 comments on commit 30b7fe2

Please sign in to comment.