From b01e45b09aa677e1d1994b463c38b7659fc5c4d9 Mon Sep 17 00:00:00 2001 From: Brent Wilkins Date: Sun, 14 Dec 2025 12:25:39 -0700 Subject: [PATCH] Fixed typo and a few stray trailing whitespaces --- README.macOS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.macOS b/README.macOS index 9748bda..c4cb931 100644 --- a/README.macOS +++ b/README.macOS @@ -20,7 +20,7 @@ ALTERNATIVE METHOD: Instead of building all the third partly libs listed below, if you are using the EXACT same version of Xcode as the Xcode Cloud nightlies are using (Xcode 26), you can make sure /opt/local/include/lualib.h does NOT exist and then run the -build normally. Xcode will detect that the dependencies are not avialable locally +build normally. Xcode will detect that the dependencies are not available locally and will download the required dependencies. @@ -85,10 +85,10 @@ For debug builds: export OBJCXXFLAGS="" export CPPFLAGS="-g" export LDFLAGS="" - export CXX=clang++ - export CXXCPP="clang++ -E" - export CC=clang - export CPP="clang -E" + export CXX=clang++ + export CXXCPP="clang++ -E" + export CC=clang + export CPP="clang -E" export CFLAGS="-g" ../configure --prefix=/opt/local --libdir=/opt/local/libdbg \ --enable-debug --enable-debug_info --disable-optimise --enable-universal_binary=${BINARY_PLATFORMS} \