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

Commit

Permalink
remove some commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMDev committed Jan 7, 2023
1 parent 7ee5969 commit 50ef5d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .ci/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -o pipefail

export Qt5_DIR=$(pwd)/Qt-5.15.2-universal

# export PATH="/opt/local/libexec:$PATH"
export PATH=$PATH:/opt/local/bin
# ccache configurations
export CCACHE_CPP2=yes
Expand Down
1 change: 0 additions & 1 deletion .ci/macos/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ for i in *.pkg; do sudo installer -pkg $i -target /opt/local; done
# 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
# grab qt5 universal2 binaries
wget https://github.com/MichaelGDev48/qt5.15.2-universal-binaries/releases/download/1.0/Qt-5.15.2-universal.zip
unzip Qt-5.15.2-universal
Expand Down
3 changes: 0 additions & 3 deletions .ci/macos/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ cp /opt/local/lib/libSDL2-2.0.0.dylib $BUNDLE_FRAMEWORKS_PATH
cp /opt/local/lib/libSDL2-2.0.0.dylib $BUNDLE_FRAMEWORKS_PATH/libSDL2-2.0.dylib


# install_name_tool -add_rpath "@loader_path/../lib/" $BUNDLE_EXECUTABLE_PATH
# # one for frameworks as well
# install_name_tool -add_rpath "@loader_path/../Frameworks/" $BUNDLE_EXECUTABLE_PATH



Expand Down

0 comments on commit 50ef5d0

Please sign in to comment.