Skip to content

Commit 8d1ad49

Browse files
att
1 parent f884461 commit 8d1ad49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guess_os.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
#if defined(LUA_SINGLE_UNITY_GUESS_OSS)
4+
#if defined(LUA_SINGLE_UNITY_GUESS_OS)
55

66
#if defined(__APPLE__)
77
#include <TargetConditionals.h>

test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define LUA_SINGLE_UNITY_EMBED_MODE
2-
#define LUA_SINGLE_UNITY_GUESS_OSS
2+
#define LUA_SINGLE_UNITY_GUESS_OS
33
#include "lua_single_unity_classic_onelua.c"
44

55
int main() {

0 commit comments

Comments
 (0)