diff --git a/pyproject.toml b/pyproject.toml index cb80661..5cac810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies-file = "dependencies.yaml" build.verbose = true cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false build-dir = "build/{wheel_tag}" wheel.packages = ["pynvjitlink"]