Skip to content

Commit d2e3937

Browse files
committed
Restore windows to building with static CRT
1 parent 32da30f commit d2e3937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def get_depot_tools(source_dir, fetch=False):
192192
'disable_mute_of_audio_processing.patch',
193193
'crash_on_fatal_error.patch',
194194
'windows_add_192k.patch',
195-
'windows_dynamic_crt.patch',
195+
# 'windows_dynamic_crt.patch',
196196
],
197197
'windows_x86': [
198198
'add_license_dav1d.patch',
@@ -204,7 +204,7 @@ def get_depot_tools(source_dir, fetch=False):
204204
'disable_mute_of_audio_processing.patch',
205205
'crash_on_fatal_error.patch',
206206
'windows_add_192k.patch',
207-
'windows_dynamic_crt.patch',
207+
# 'windows_dynamic_crt.patch',
208208
],
209209
'windows_arm64': [
210210
'add_license_dav1d.patch',
@@ -216,7 +216,7 @@ def get_depot_tools(source_dir, fetch=False):
216216
'disable_mute_of_audio_processing.patch',
217217
'crash_on_fatal_error.patch',
218218
'windows_add_192k.patch',
219-
'windows_dynamic_crt.patch',
219+
# 'windows_dynamic_crt.patch',
220220
],
221221
'macos_x86_64': [
222222
'add_license_dav1d.patch',

0 commit comments

Comments
 (0)