Commit f89f69d

mo khan <mo@mokhan.ca>
2021-03-09 06:31:38
chore: specify platform ruby to skip precompiled libs
1 parent fc4f530
Changed files (1)
config
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