You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My prefs module contains a lot of files in a lot of subdirs, so I use $(BUNDLE_NAME)_FILES = $(shell find . -type f -name "*.m") to compile them all but DragonGen doesn't seem to be able to handle that
Also when using a DragonMake file I've got an error "An undocumented error has been hit, Please contact a maintainer" in Check YAML syntax of fill an issue (typo on that btw, it tells file an issue).
My DragonMake (Theos stuff there, including Makefile, layout folder, control file etc):
I also keep having issues with Theos ("cannot build module 'Foundation'") on that new M1 Mac, and now I also have issue with dragon, I literally cannot build tweaks anymore iwannadie
The text was updated successfully, but these errors were encountered:
RedenticDev
changed the title
[Theos Builder] Missing value in variables array for shell wildcard (+ another)
[Theos Compiler] Missing value in variables array for shell wildcard (+ another)
Feb 8, 2022
0cyn
changed the title
[Theos Compiler] Missing value in variables array for shell wildcard (+ another)
[Theos Compiler] Shell eval support
Jan 14, 2024
My prefs module contains a lot of files in a lot of subdirs, so I use
$(BUNDLE_NAME)_FILES = $(shell find . -type f -name "*.m")
to compile them all but DragonGen doesn't seem to be able to handle thatAlso when using a
DragonMake
file I've got an error "An undocumented error has been hit, Please contact a maintainer" inCheck YAML syntax of fill an issue
(typo on that btw, it tellsfile an issue
).My
DragonMake
(Theos stuff there, includingMakefile
,layout
folder,control
file etc):The text was updated successfully, but these errors were encountered: