Skip to content

Commit 2e834a1

Browse files
Update vcbuild.bat
1 parent 8382b15 commit 2e834a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ if defined debug_nghttp2 set configure_flags=%configure_flags% --debug-nghttp
208208
if defined openssl_no_asm set configure_flags=%configure_flags% --openssl-no-asm
209209
if defined no_shared_roheap set configure_flags=%configure_flags% --disable-shared-readonly-heap
210210
if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose
211-
if defined ccache_path set configure_flags=%configure_flags% --ccache-used
211+
if defined ccache_path set configure_flags=%configure_flags% --use-ccache-win
212212
if defined compile_commands set configure_flags=%configure_flags% -C
213213

214214
if "%target_arch%"=="x86" (

0 commit comments

Comments
 (0)