Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 23, 2024
1 parent fb0dd8a commit c41e73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/test_profile_detect_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def test_profile_detect_compiler(self):
compiler.version={{detect_api.default_compiler_version(compiler, version)}}
compiler.runtime={{runtime}}
compiler.cppstd={{detect_api.default_cppstd(compiler, version)}}
compiler.update={{detect_api.detect_msvc_update(version)}}
# FIXME: check if we can do something better than this, we have a problem with updates
compiler.update={{str(int(detect_api.detect_msvc_update(version)) % 10)}}
[conf]
tools.microsoft.msbuild:vs_version={{detect_api.default_msvc_ide_version(version)}}
Expand Down

0 comments on commit c41e73f

Please sign in to comment.