chore: set install directory for nasm

This commit is contained in:
calebboyd
2019-04-25 11:46:01 -05:00
parent 463595f502
commit a0c648bc8b
5 changed files with 11 additions and 115 deletions
+3
View File
@@ -237,6 +237,9 @@ export class NexeCompiler {
}
private _configureAsync() {
if (isWindows && semverGt(this.target.version, '11.999')) {
return Promise.resolve()
}
return this._runBuildCommandAsync(this.env.PYTHON || 'python', [
this.configureScript,
...this.options.configure