Navigation Menu

Skip to content

Commit

Permalink
windows: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 14, 2015
1 parent 41f49fb commit e4e73cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/user-build.sh
Expand Up @@ -6,7 +6,7 @@ readonly RUBY21="2.1.6"
readonly RUBY22="2.2.2"
readonly CROSS_TERGET="1.9.3:2.0.0:2.1.6:2.2.2"
readonly PKG_GEMS="/vagrant/pkg"
readonly CPU_NUMS=$(cat /proc/cpuinfo | grep processor | wc -l)
readonly CPU_NUMS=$(grep processor /proc/cpuinfo | wc -l)
readonly MAKE_OPTIONS="debugflags="

if [ ! -d ~/.rbenv ]; then
Expand Down

0 comments on commit e4e73cb

Please sign in to comment.