Commit 241e2f9

mo khan <mo@mokhan.ca>
2021-03-09 06:09:28
fix: specify embedded path env for gem install
1 parent 2cddb36
Changed files (1)
config
config/software/preparation.rb
@@ -13,6 +13,7 @@ build do
     touch "#{install_dir}/embedded/bin/.keep"
     touch "#{install_dir}/bin/.keep"
 
-    gem "install spandx --no-document"
+    env = with_standard_compiler_flags(with_embedded_path)
+    gem "install spandx --no-document", env: env
   end
 end