Skip to content

Commit

Permalink
Add build folder to env temporally.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 22, 2024
1 parent a689e9f commit ea8a217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def install
build_dir.install resource("node")
end

ENV.prepend_path "PATH", build_dir

# Set the compiler
cc_compiler = `xcrun --find clang`.tr("\n","")
cxx_compiler = `xcrun --find clang++`.tr("\n","")
Expand Down

0 comments on commit ea8a217

Please sign in to comment.