Skip to content

Commit df1a70f

Browse files
author
Fernando Basello
committed
fix: fix build hbc script path for hermesc
1 parent 378e2b5 commit df1a70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function findHermesCompiler() {
2626
// Get Hermes path from react-native
2727
const hermesPath = path.join(
2828
__dirname,
29-
'../node_modules/react-native/sdks/hermesc',
29+
'../../react-native/sdks/hermesc',
3030
hermesPlatformFolder,
3131
platform === 'win32' ? 'hermesc.exe' : 'hermesc'
3232
);

0 commit comments

Comments
 (0)