mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-28 15:45:46 +03:00
Link clock_gettime from librt to avoid dependency of GLIBC_1.17
This commit is contained in:
parent
fe10787125
commit
ddc6d1e3d4
@ -156,7 +156,7 @@ void setupToolchain(NativeBinarySpec b) {
|
|||||||
])
|
])
|
||||||
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp'
|
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp'
|
||||||
cfg.projectLibpath(project, '/lib/linux32')
|
cfg.projectLibpath(project, '/lib/linux32')
|
||||||
cfg.extraLibs 'dl', 'm', 'steam_api'
|
cfg.extraLibs 'rt', 'dl', 'm', 'steam_api'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!unitTestExecutable && !swdsLib) {
|
if (!unitTestExecutable && !swdsLib) {
|
||||||
|
Loading…
Reference in New Issue
Block a user