Enable useGcc gradle option for dedicated project.

This commit is contained in:
Lev 2017-03-11 18:30:25 +05:00
parent 3fb1bcaaba
commit 762751b7d5

View File

@ -20,6 +20,8 @@ List<Task> getRcCompileTasks(NativeBinarySpec binary)
}
void setupToolchain(NativeBinarySpec b) {
boolean useGcc = project.hasProperty("useGcc")
def cfg = rootProject.createToolchainConfig(b);
cfg.projectInclude(project, '/src', '/../engine', '/../common', '/../public', '/../public/rehlds');