-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# BEGIN PLATFORM CONFIG FOR MAC OS ARM64 | ||
CXX = clang++ | ||
CXXFLAGS = -target arm64-apple-macos11 | ||
LDFLAGS = -target arm64-apple-macos11 | ||
CXXFLAGS = -target arm64-apple-macos14 | ||
LDFLAGS = -target arm64-apple-macos14 | ||
# END PLATFORM CONFIG FOR MAC OS ARM64 | ||
|
||
include Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# BEGIN PLATFORM CONFIG FOR MAC OS X86 | ||
CXX = clang++ | ||
CXXFLAGS = -target x86_64-apple-macos11 | ||
LDFLAGS = -target x86_64-apple-macos11 | ||
CXXFLAGS = -target x86_64-apple-macos14 | ||
LDFLAGS = -target x86_64-apple-macos14 | ||
# END PLATFORM CONFIG FOR MAC OS X86 | ||
|
||
include Makefile |