Bit more work on mingw cross. Pending on other changes now (test combination, build artifact locations)

This commit is contained in:
Graydon Hoare 2011-06-28 11:18:25 -07:00
parent 8ebcab711d
commit 0dc2aa3d09
3 changed files with 26 additions and 27 deletions

View file

@ -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":