fix: windows build 10.16

This commit is contained in:
calebboyd
2019-06-24 15:57:54 -05:00
parent 9c1d67b2e6
commit efd3dfc35a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export class NexeCompiler {
}
private _configureAsync() {
if (isWindows && semverGt(this.target.version, '11.999')) {
if (isWindows && semverGt(this.target.version, '10.15.99')) {
return Promise.resolve()
}
return this._runBuildCommandAsync(this.env.PYTHON || 'python', [