Skip to content

Commit 3171c58

Browse files
committed
Prefer make even if ninja exists
MLX's cmake files do not support ninja.
1 parent 014a11f commit 3171c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"install": "node install.js",
99
"prepack": "tsc",
10-
"build": "cmake-js build",
10+
"build": "cmake-js build --prefer-make",
1111
"pretest": "tsc",
1212
"test": "tsx tests/run.ts"
1313
},

0 commit comments

Comments
 (0)