Skip to content

Commit

Permalink
the "build_all" script should only build native binaries for windows
Browse files Browse the repository at this point in the history
we'll tackle linux native binaries soon in #1983
  • Loading branch information
flavorjones committed Feb 2, 2020
1 parent 2b1d71c commit 7585ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_all
Expand Up @@ -20,5 +20,6 @@ cp -v pkg/nokogiri*java.gem gems

# windows and linux fat binary gems
bundle exec rake clean
bundle exec rake gem:native
bundle exec rake gem:windows
# bundle exec rake gem:linux
cp -v pkg/nokogiri-*{x86,x64}*.gem gems

0 comments on commit 7585ae7

Please sign in to comment.