Skip to content

Commit

Permalink
macOS build script
Browse files Browse the repository at this point in the history
  • Loading branch information
koder77 committed Nov 3, 2023
1 parent f54fc32 commit a1b46d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-zerobuild-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ xcode-select --install
#find / -name endian.h
#exit 0

cp /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/machine/endian.h /usr/local/include
# macOS 13 build
cp /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/machine/endian.h /usr/local/include
cp /usr/local/include/c++/11/parallel/features.h /usr/local/include

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down

0 comments on commit a1b46d4

Please sign in to comment.