Skip to content

Commit

Permalink
With make jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Apr 19, 2024
1 parent ab8401e commit df3135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

bundle "config set force_ruby_platform true", env: env
bundle_env = with_standard_compiler_flags(with_embedded_path)
# bundle_env['MAKE'] = 'make -j4'
bundle "install", env: bundle_env
bundle_env['MAKE'] = 'make -j4'
bundle "install --jobs=4", env: bundle_env

if windows?
delete "#{install_dir}/embedded/msys64"
Expand Down

0 comments on commit df3135b

Please sign in to comment.