Copy more mingw branches for MSVC

This commit is contained in:
Robin Gareus 2025-10-22 18:48:40 +02:00
parent d133be6d8d
commit 78677b672c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 26 additions and 26 deletions

View file

@ -9,7 +9,7 @@ def configure(conf):
pass
def build(bld):
if bld.env['build_target'] == 'mingw':
if bld.env['build_target'] == 'mingw' or bld.env['build_target'] == 'msvc':
return
obj = bld (features = 'c cprogram')