mirror of
https://github.com/zeldaret/tmc
synced 2026-09-02 18:12:46 -04:00
Workaround for translations
This commit is contained in:
@@ -94,7 +94,9 @@ int main(int argc, char **argv)
|
||||
for (auto incbin : file.GetIncbins())
|
||||
{
|
||||
// TODO add incbin dependencies in correct folder?
|
||||
//dependencies.insert(incbin);
|
||||
if (incbin.rfind("translations", 0) == 0) {
|
||||
dependencies.insert(incbin);
|
||||
}
|
||||
}
|
||||
for (auto include : file.GetIncludes())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user