Add hashlink as a submodule.

This commit is contained in:
Apprentice-Alchemist
2022-02-27 21:38:09 +01:00
parent c394aea8f1
commit a288feca96
10 changed files with 294 additions and 954 deletions

View File

@@ -417,6 +417,10 @@ class LinuxPlatform extends PlatformTarget
}
}
if(targetFlags.exists("hl")) {
CPPHelper.rebuild(project, commands, null, "BuildHashlink.xml");
}
CPPHelper.rebuild(project, commands);
}