Skip to content

Commit

Permalink
Update metacall.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jun 18, 2024
1 parent 4346c2f commit 83a121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def install
# debug = "set -euxo pipefail\n"

metacall_extra = [
"PREFIX=/usr/local/Cellar/metacall/#{version}\n",
"PREFIX=#{prefix}\n",
"export LOADER_LIBRARY=\"${PREFIX}/lib\"\n",
"export SERIAL_LIBRARY_PATH=\"${PREFIX}/lib\"\n",
"export DETOUR_LIBRARY_PATH=\"${PREFIX}/lib\"\n",
Expand Down

0 comments on commit 83a121b

Please sign in to comment.