Skip to content

Commit

Permalink
fix: change prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Mar 4, 2024
1 parent 0a7acee commit 5ee2973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def install
-DOPTION_BUILD_EXAMPLES=OFF
-DOPTION_BUILD_LOADERS_PY=ON
-DOPTION_BUILD_LOADERS_NODE=ON
-DNodeJS_INSTALL_PREFIX=/usr/local/Cellar/metacall/#{version}
-DNodeJS_INSTALL_PREFIX=#{prefix}
-DOPTION_BUILD_LOADERS_JAVA=ON
-DOPTION_BUILD_LOADERS_JS=OFF
-DOPTION_BUILD_LOADERS_C=OFF
Expand All @@ -70,7 +70,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 5ee2973

Please sign in to comment.