mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
Disable find_visual_studio_and_windows_sdk_utf8 temporarily
This commit is contained in:
@@ -1188,7 +1188,7 @@ int main(int arg_count, char **arg_ptr) {
|
||||
}
|
||||
|
||||
// Add library search paths.
|
||||
if (find_result.vs_library_path.len > 0) {
|
||||
if (false && find_result.vs_library_path.len > 0) {
|
||||
GB_ASSERT(find_result.windows_sdk_um_library_path.len > 0);
|
||||
GB_ASSERT(find_result.windows_sdk_ucrt_library_path.len > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user