We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47e25a commit ce364e8Copy full SHA for ce364e8
1 file changed
build.ts
@@ -89,8 +89,8 @@ function swcPlugin() {
89
function hermesCPlugin({ flags }: { flags?: string[] } = {}) {
90
const paths = {
91
win32: 'hermesc.exe',
92
- darwin: 'darwin/hermesc',
93
- linux: 'linux/hermesc',
+ darwin: 'hermesc',
+ linux: 'hermesc',
94
}
95
96
if (!(process.platform in paths)) throw new Error(`Unsupported platform: ${process.platform}`)
0 commit comments