From ac0f03c725db6081231a7ab193e431ecb4b38470 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 18 Dec 2025 22:17:42 +0100 Subject: [PATCH] no compilava pack resources --- tools/pack_resources/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pack_resources/Makefile b/tools/pack_resources/Makefile index 974d349..5b81c78 100644 --- a/tools/pack_resources/Makefile +++ b/tools/pack_resources/Makefile @@ -1,7 +1,7 @@ # Makefile per a pack_resources # © 2025 Orni Attack -CXX = clang++ +CXX = /usr/bin/clang++ CXXFLAGS = -std=c++20 -Wall -Wextra -I../../source TARGET = pack_resources