Merge pull request #675 from MokhaLeee/tools
Some checks are pending
Build CI / build (push) Waiting to run

Fix tools makefile
This commit is contained in:
Revo 2024-10-05 20:40:15 -04:00 committed by GitHub
commit da8ae1348e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ AIF2PCM := tools/aif2pcm/aif2pcm$(EXE)
MID2AGB := tools/mid2agb/mid2agb$(EXE)
TEXTENCODE := tools/textencode/textencode$(EXE)
JSONPROC := tools/jsonproc/jsonproc$(EXE)
FETSATOOL := tools/gfxtools/tsa_generator.py
FETSATOOL := scripts/gfxtools/tsa_generator.py
ifeq ($(UNAME),Darwin)
SED := sed -i ''