We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f884461 commit 8d1ad49Copy full SHA for 8d1ad49
src/guess_os.h
@@ -1,7 +1,7 @@
1
2
3
4
-#if defined(LUA_SINGLE_UNITY_GUESS_OSS)
+#if defined(LUA_SINGLE_UNITY_GUESS_OS)
5
6
#if defined(__APPLE__)
7
#include <TargetConditionals.h>
test.c
@@ -1,5 +1,5 @@
#define LUA_SINGLE_UNITY_EMBED_MODE
-#define LUA_SINGLE_UNITY_GUESS_OSS
+#define LUA_SINGLE_UNITY_GUESS_OS
#include "lua_single_unity_classic_onelua.c"
int main() {
0 commit comments