Skip to content

Commit

Permalink
disallow fallback to Make in Python builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 31, 2025
1 parent cab3ad1 commit e7d2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit e7d2dcf

Please sign in to comment.