Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.macOS
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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} \
Expand Down