Bit more work on mingw cross. Pending on other changes now (test combination, build artifact locations)
This commit is contained in:
parent
8ebcab711d
commit
0dc2aa3d09
3 changed files with 26 additions and 27 deletions
|
|
@ -52,7 +52,7 @@ def full_snapshot_name(date, rev, platform, hsh):
|
|||
|
||||
|
||||
def get_kernel():
|
||||
if os.name == "nt":
|
||||
if os.name == "nt" or scrub(os.getenv("CFG_ENABLE_MINGW_CROSS")):
|
||||
return "winnt"
|
||||
kernel = os.uname()[0].lower()
|
||||
if kernel == "darwin":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue