Skip to content

Commit

Permalink
Update configure.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
StefanStojanovic and joyeecheung authored Feb 4, 2025
1 parent 97507d6 commit e0a82da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,8 +1186,8 @@ def check_compiler(o):
o['variables']['clang'] = 0
o['variables']['llvm_version'] = '0.0'

if options.ccache_used:
o['variables']['ccache_used'] = 1
if options.use_ccache_win:
o['variables']['use_ccache_win'] = 1

if not options.openssl_no_asm and options.dest_cpu in ('x86', 'x64'):
nasm_version = get_nasm_version('nasm')
Expand Down

0 comments on commit e0a82da

Please sign in to comment.