Skip to content

Commit

Permalink
wip: fix brew prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Mar 2, 2024
1 parent e5b9f75 commit e9ea6df
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=#{prefix}/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=#{prefix}/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 e9ea6df

Please sign in to comment.