diff --git a/rehlds/dedicated/build.gradle b/rehlds/dedicated/build.gradle index 84e3f73..d364e1f 100644 --- a/rehlds/dedicated/build.gradle +++ b/rehlds/dedicated/build.gradle @@ -20,6 +20,8 @@ List 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');