Compare commits

..

No commits in common. "32877cdeaa9708c0b49c3b66534ca5b767316626" and "23886f40e8494c20171fc87a43954b4acdcc57c5" have entirely different histories.

2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.cache
.vscode
test*
*.dSYM
compile_commands.json
libwapp.so

View File

@ -31,7 +31,6 @@
#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