Many changes, building many targets at the same time

This commit is contained in:
Krzosa Karol
2024-01-27 19:32:12 +01:00
parent e39cd78546
commit 43f770b790
18 changed files with 386 additions and 58 deletions

View File

@@ -103,13 +103,13 @@
#endif
#if OS_WINDOWS
#define OS_NAME "Windows"
#define OS_NAME "windows"
#elif OS_LINUX
#define OS_NAME "Linux"
#define OS_NAME "linux"
#elif OS_MAC
#define OS_NAME "MacOS"
#define OS_NAME "mac_os"
#else
#error couldn't figure out OS
#error couldnt figure out OS
#endif
// #if COMPILER_CLANG