Skip to content

Commit 1e7a7e7

Browse files
committed
🔧
1 parent 277a16c commit 1e7a7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-skia-ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Object.keys(configuration.targets).forEach((targetKey) => {
1414
// Generate libgrapheme headers
1515
const currentDir = process.cwd();
1616
const libgraphemeDir = `${currentDir}/externals/skia/third_party/externals/libgrapheme`;
17-
17+
console.log({ currentDir, libgraphemeDir });
1818
console.log("Generating libgrapheme headers...");
1919
executeCmdSync(`cd ${libgraphemeDir} && ./configure && make`);
2020
console.log("Building skia for iOS...");

0 commit comments

Comments
 (0)