Use sys.platform instead of Utils.detect_platform
commitf91adb338cc9be268d90ff5f0cf520c20bd8d78f
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 9 Feb 2012 17:19:48 +0000 (9 18:19 +0100)
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 9 Feb 2012 17:19:48 +0000 (9 18:19 +0100)
tree6cc59d0f0795b58dab7d7cfad3975de90ac603a1
parent58036bc80f57073ba586e1bab3d5025fccf217ab
Use sys.platform instead of Utils.detect_platform

Utils.detect_platform is no longer available, so let's use the
underlying sys.platform instead. On Linux, sys.platform returns "linux2"
these days, but upstreams is considering to change it "linux" in the
future.
wscript