Skip to content

Commit

Permalink
fixup! build: fix gyp configs in debug
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
  • Loading branch information
legendecas and VoltrexKeyva authored Jul 1, 2024
1 parent a8b504a commit 0e1eadd
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 @@ -1306,8 +1306,8 @@ def host_arch_win():
return matchup.get(arch, 'x64')

def set_configuration_variable(configs, name, release=None, debug=None):
configs['Release'][name]= release
configs['Debug'][name]= debug
configs['Release'][name] = release
configs['Debug'][name] = debug

def configure_arm(o):
if options.arm_float_abi:
Expand Down

0 comments on commit 0e1eadd

Please sign in to comment.