mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixes from macOS, first working build
This commit is contained in:
parent
2e84b4229c
commit
67ee302451
19 changed files with 237 additions and 107 deletions
|
@ -166,7 +166,7 @@ BootApp::BootApp()
|
|||
|
||||
#ifdef BF_PLATFORM_WINDOWS
|
||||
mTargetTriple = "x86_64-pc-windows-msvc";
|
||||
#elif defined BF_PLATFORM_OSX
|
||||
#elif defined BF_PLATFORM_MACOS
|
||||
mTargetTriple = "x86_64-apple-macosx10.14.0";
|
||||
#else
|
||||
mTargetTriple = "x86_64-unknown-linux-gnu";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue