@diningphilosophers/esy
Advanced tools
Comparing version 0.7.2-185-g9281422 to 0.7.2-185-ged23309
{ | ||
"name": "@diningphilosophers/esy", | ||
"version": "0.7.2-185-g9281422", | ||
"version": "0.7.2-185-ged23309", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "description": "Package builder for esy.", |
@@ -124,3 +124,3 @@ /** | ||
var copyPlatformBinaries = (platformPath) => { | ||
var platformBuildPath = path.join(__dirname, 'platform-' + platformPath); | ||
var platformBuildPath = path.join(__dirname, 'platform-esy-npm-release-' + platformPath); | ||
@@ -176,3 +176,3 @@ let foldersToCopy, binariesToCopy; | ||
copyPlatformBinaries('windows-x64'); | ||
copyPlatformBinaries('win32-x64'); | ||
console.log('Installing native compiler toolchain for Windows...'); | ||
@@ -186,7 +186,7 @@ cp.execSync( | ||
case 'linux': | ||
copyPlatformBinaries(platform); | ||
copyPlatformBinaries(`${platform}-${platformArch}`); | ||
// Statically linked binaries dont need postinstall scripts | ||
break; | ||
case 'darwin': | ||
copyPlatformBinaries(platform + (process.arch === 'x64' ? '' : '-arm64')); | ||
copyPlatformBinaries(`${platform}-${platformArch}`); | ||
require('./esyInstallRelease'); | ||
@@ -193,0 +193,0 @@ break; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48926873