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