Skip to content

Commit

Permalink
fix: try links and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 27, 2024
1 parent 521a3e6 commit d3e5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/SetupHomebrewDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ c2-make-universal-dylib() {

local _arm64_lib="${_arm64_homebrew}/${_input_lib}"
local _x86_64_lib="${_x86_64_homebrew}/${_input_lib}"
local _override_lib="${_override_homebrew}/${_input_lib}"
local _override_lib=$(readlink "${_override_homebrew}/${_input_lib}")

local _universal_lib="${_universal_lib}/${_input_lib_filename}"

Expand Down

0 comments on commit d3e5132

Please sign in to comment.