1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Lowered macOS version requirements

This commit is contained in:
Brian Fiete 2020-04-27 05:44:46 -07:00
parent 3a261c5dfa
commit 336226d686

View file

@ -167,7 +167,7 @@ BootApp::BootApp()
#ifdef BF_PLATFORM_WINDOWS #ifdef BF_PLATFORM_WINDOWS
mTargetTriple = "x86_64-pc-windows-msvc"; mTargetTriple = "x86_64-pc-windows-msvc";
#elif defined BF_PLATFORM_MACOS #elif defined BF_PLATFORM_MACOS
mTargetTriple = "x86_64-apple-macosx10.14.0"; mTargetTriple = "x86_64-apple-macosx10.8.0";
#else #else
mTargetTriple = "x86_64-unknown-linux-gnu"; mTargetTriple = "x86_64-unknown-linux-gnu";
#endif #endif