Skip to content

Commit

Permalink
fix: realpath lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 27, 2024
1 parent d3e5132 commit a1a27ce
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=$(readlink "${_override_homebrew}/${_input_lib}")
local _override_lib=$(realpath "${_override_homebrew}/${_input_lib}")

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

Expand Down

0 comments on commit a1a27ce

Please sign in to comment.