setup platform folders (not on windows)
parent
0486657364
commit
6237cb00e5
|
@ -385,7 +385,6 @@ buildsuper(char *code_path, char *out_path, char *filename, b32 x86_build){
|
|||
}
|
||||
#elif defined(IS_GCC)
|
||||
{
|
||||
fprintf(stdout, "out_path: %s\n", out_path);
|
||||
systemf("\"%s/buildsuper.sh\" \"%s\"", code_path, filename);
|
||||
}
|
||||
#else
|
||||
|
@ -397,9 +396,9 @@ buildsuper(char *code_path, char *out_path, char *filename, b32 x86_build){
|
|||
#if defined(IS_WINDOWS)
|
||||
#define PLAT_LAYER "win32_4ed.cpp"
|
||||
#elif defined(IS_LINUX)
|
||||
#define PLAT_LAYER "linux_4ed.cpp"
|
||||
#define PLAT_LAYER "platform_linux/linux_4ed.cpp"
|
||||
#elif defined(IS_MAC)
|
||||
#define PLAT_LAYER "mac_4ed.m"
|
||||
#define PLAT_LAYER "platform_mac/mac_4ed.m"
|
||||
#else
|
||||
#error No platform layer defined for this OS.
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue