forked from cory/tildefriends
build: Minor cleanup and a disappointing workaround for iOS cross-compiling toolchain issues I don't understand.
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
|
||||
#include "sodium/crypto_sign.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user