We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3741ee commit b6af351Copy full SHA for b6af351
Modules/@babylonjs/react-native/postinstall.js
@@ -3,7 +3,8 @@ const os = require("os");
3
function iosCMake() {
4
const { spawn } = require('child_process');
5
6
- const cmake = spawn('npx cmake', [
+ const cmake = spawn('npx', [
7
+ 'cmake',
8
'-S', 'ios',
9
'-B', 'Build/iOS',
10
'-G', 'Xcode',
0 commit comments