mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
Fix-ups for macOS (#291)
* Do not use precomp headers target with GCC on Apple * CMakeLists: also link to AudioUnit on Apple * platform.cpp: add missing <unistd.h> --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
Reference in New Issue
Block a user