File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,11 +168,6 @@ switch (platform) {
168168 }
169169
170170 copyPlatformBinaries ( "windows-x64" ) ;
171- console . log ( "Installing native compiler toolchain for Windows..." ) ;
172- cp . execSync (
173- `npm install @prometheansacrifice/esy-bash@0.1.0-dev-f2e419601a34c3ce53cbe1f025f490276b9e879f --prefix "${ __dirname } "`
174- ) ;
175- console . log ( "Native compiler toolchain installed successfully." ) ;
176171 require ( "./esyInstallRelease" ) ;
177172 break ;
178173 case "linux" :
Original file line number Diff line number Diff line change @@ -168,11 +168,6 @@ switch (platform) {
168168 }
169169
170170 copyPlatformBinaries ( "windows-x64" ) ;
171- console . log ( "Installing native compiler toolchain for Windows..." ) ;
172- cp . execSync (
173- `npm install @prometheansacrifice/esy-bash@0.1.0-dev-f2e419601a34c3ce53cbe1f025f490276b9e879f --prefix "${ __dirname } "`
174- ) ;
175- console . log ( "Native compiler toolchain installed successfully." ) ;
176171 require ( "./esyInstallRelease" ) ;
177172 break ;
178173 case "linux" :
You can’t perform that action at this time.
0 commit comments