diff --git a/rehlds/dedicated/build.gradle b/rehlds/dedicated/build.gradle index d364e1f..66faa15 100644 --- a/rehlds/dedicated/build.gradle +++ b/rehlds/dedicated/build.gradle @@ -62,6 +62,7 @@ void setupToolchain(NativeBinarySpec b) { cfg.compilerOptions.args '-fno-exceptions' cfg.linkerOptions.stripSymbolTable = false; cfg.linkerOptions.staticLibStdCpp = false; + cfg.extraLibs 'dl' } ToolchainConfigUtils.apply(project, cfg, b);