diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 23:31:38 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 23:31:38 -0700 |
| commit | f89f69d8517656039f5e62137e07f12a31e6248d (patch) | |
| tree | 808b21a9a42257d69daf9d80bad42f2c79acd8be | |
| parent | fc4f530e08a421950aa304f8a80d97952f278b43 (diff) | |
chore: specify platform ruby to skip precompiled libs
| -rw-r--r-- | config/software/preparation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/software/preparation.rb b/config/software/preparation.rb index 7ee49b5..b51838e 100644 --- a/config/software/preparation.rb +++ b/config/software/preparation.rb @@ -14,6 +14,6 @@ build do touch "#{install_dir}/bin/.keep" env = with_standard_compiler_flags(with_embedded_path) - gem "install spandx --no-document", env: env + gem "install spandx --platform=ruby", env: env end end |
