Skip to content

Commit

Permalink
Fix otool not workign due to missing symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Dec 4, 2023
1 parent 236daae commit 6cd118f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stages/00-apple/04-cctools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ make -j"$(nproc)"
make install

rm -r /srv/cctools

# Create symlinks for llvm-otool because cctools use it when calling its own otool
ln -fs "$(command -v llvm-otool-16)" /opt/cctools/bin/llvm-otool

0 comments on commit 6cd118f

Please sign in to comment.