mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix missing )
This commit is contained in:
@@ -56,7 +56,7 @@ const char *windows_cross_compile_library(void)
|
|||||||
scratch_buffer_clear();
|
scratch_buffer_clear();
|
||||||
scratch_buffer_printf("%s/c3/msvc_sdk", app_data);
|
scratch_buffer_printf("%s/c3/msvc_sdk", app_data);
|
||||||
const char *path = scratch_buffer_to_string();
|
const char *path = scratch_buffer_to_string();
|
||||||
if (file_is_dir(path) return path;
|
if (file_is_dir(path)) return path;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
char *cache_home = getenv("XDG_CACHE_HOME");
|
char *cache_home = getenv("XDG_CACHE_HOME");
|
||||||
|
|||||||
Reference in New Issue
Block a user