Compare commits
2 Commits
23886f40e8
...
32877cdeaa
Author | SHA1 | Date | |
---|---|---|---|
|
32877cdeaa | ||
|
7e2d7b28b7 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.cache
|
||||
.vscode
|
||||
test*
|
||||
*.dSYM
|
||||
compile_commands.json
|
||||
libwapp.so
|
||||
|
@ -31,6 +31,7 @@
|
||||
#define WAPP_PLATFORM_GNU
|
||||
#define WAPP_PLATFORM_POSIX
|
||||
#elif defined(__APPLE__) || defined(__MACH__)
|
||||
#include <TargetConditionals.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#define WAPP_PLATFORM_IOS
|
||||
#define WAPP_PLATFORM_APPLE
|
||||
|
Loading…
Reference in New Issue
Block a user