Skip to content

Commit

Permalink
w10
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent 319e470 commit 55052fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mesa-libgl-cos7-x86_64 = ">=18.3.4,<18.4"
libstdcxx-ng = ">=13.2.0,<13.3"

[target.linux-64.tasks]
configure = "cmake -G Ninja -S . -B build -DCMAKE_LIBRARY_ARCHITECTURE=x86_64-linux-gnu -DDART_VERBOSE=ON"
configure = "cmake -G Ninja -S . -B build -DCMAKE_LIBRARY_ARCHITECTURE=x86_64-linux-gnu -DOpenGL_DIR=/usr/lib/x86_64-linux-gnu/ -DDART_VERBOSE=ON"
lint = { cmd= "cmake --build build --target format && black . && isort .", depends_on = ["configure"] }
check-lint = { cmd= "black . --check && isort . --check", depends_on = ["configure"] }
build = { cmd = "cmake --build build -j --target all", depends_on = [
Expand Down

0 comments on commit 55052fb

Please sign in to comment.