Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
time-killer-games authored Mar 23, 2024
1 parent 736c03f commit 640efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd "${0%/*}";
if [ `uname` = "Darwin" ]; then
sudo xcode-select --install;
if [ -f "/opt/local/bin/port" ]; then
env NO_ANGLE=1 "./filedialogs/build (OGL Renderer).sh";
env ANGLE_DEFAULT_PLATFORM=metal "./filedialogs/build (OGL Renderer).sh";
else
echo "MacPorts installation not found! Please download and install MacPorts first from www.macports.org";
fi
Expand Down

0 comments on commit 640efb1

Please sign in to comment.