From 1fb435416fe1dd9ee0899a075635a27b55b313a8 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Fri, 14 Feb 2025 14:32:53 +0000 Subject: [PATCH] run scons with pdm --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 9e6d7b5..3961f4c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -18,4 +18,4 @@ tasks: desc: Build the addon platforms: [windows] cmds: - - '{{.SHELL}} -Command "scons"' + - '{{.SHELL}} -Command "pdm run scons"'