mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Lowered macOS version requirements
This commit is contained in:
parent
3a261c5dfa
commit
336226d686
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ BootApp::BootApp()
|
|||
#ifdef BF_PLATFORM_WINDOWS
|
||||
mTargetTriple = "x86_64-pc-windows-msvc";
|
||||
#elif defined BF_PLATFORM_MACOS
|
||||
mTargetTriple = "x86_64-apple-macosx10.14.0";
|
||||
mTargetTriple = "x86_64-apple-macosx10.8.0";
|
||||
#else
|
||||
mTargetTriple = "x86_64-unknown-linux-gnu";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue