Skip to content

Commit b6af351

Browse files
run npx
1 parent e3741ee commit b6af351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/@babylonjs/react-native/postinstall.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const os = require("os");
33
function iosCMake() {
44
const { spawn } = require('child_process');
55

6-
const cmake = spawn('npx cmake', [
6+
const cmake = spawn('npx', [
7+
'cmake',
78
'-S', 'ios',
89
'-B', 'Build/iOS',
910
'-G', 'Xcode',

0 commit comments

Comments
 (0)