We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a16c commit 1e7a7e7Copy full SHA for 1e7a7e7
scripts/build-skia-ios.ts
@@ -14,7 +14,7 @@ Object.keys(configuration.targets).forEach((targetKey) => {
14
// Generate libgrapheme headers
15
const currentDir = process.cwd();
16
const libgraphemeDir = `${currentDir}/externals/skia/third_party/externals/libgrapheme`;
17
-
+console.log({ currentDir, libgraphemeDir });
18
console.log("Generating libgrapheme headers...");
19
executeCmdSync(`cd ${libgraphemeDir} && ./configure && make`);
20
console.log("Building skia for iOS...");
0 commit comments