Skip to content

Commit 674033f

Browse files
committed
fix: self build
1 parent 6277aaa commit 674033f

File tree

2 files changed

+2813
-3440
lines changed

2 files changed

+2813
-3440
lines changed

examples/develop/cpp-sdl/pixi.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ sdl_example = { path = "." }
1515
[tasks.configure]
1616
# Configures CMake
1717
cmd = [
18-
"cmake",
19-
# Use the cross-platform Ninja generator
20-
"-GNinja",
21-
# The source is in the root directory
22-
"-S.",
23-
# We wanna build in the .build directory
24-
"-B.build",
18+
"cmake",
19+
# Use the cross-platform Ninja generator
20+
"-GNinja",
21+
# The source is in the root directory
22+
"-S.",
23+
# We wanna build in the .build directory
24+
"-B.build",
2525
]
2626
inputs = []
2727
outputs = [".build/build.ninja"]
@@ -48,8 +48,8 @@ version = "0.1.0"
4848

4949
[package.build.backend]
5050
channels = [
51-
"https://prefix.dev/pixi-build-backends",
52-
"https://prefix.dev/conda-forge",
51+
"https://prefix.dev/pixi-build-backends",
52+
"https://prefix.dev/conda-forge",
5353
]
5454
name = "pixi-build-cmake"
5555
version = "*"

0 commit comments

Comments
 (0)