Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMDev committed Jan 6, 2023
1 parent e700e3e commit dc42a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/macos/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd citra-dependencies-universal2
# install all .pkg dependencies
for i in *.pkg; do sudo installer -pkg $i -target /opt/local; done
# copy directory
sudo cp -rv vulkan/share/* /opt/local/share
sudo cp -rv vulkan/* /opt/local/
sudo cp -rv ffmpeg/* /opt/local/
cd ..
# sudo port install openssl3 +universal glslang +universal moltenvk +universal vulkan-loader +universal libsdl2 +universal
Expand Down

0 comments on commit dc42a2c

Please sign in to comment.