Link clock_gettime from librt to avoid dependency of GLIBC_1.17

This commit is contained in:
dreamstalker 2015-06-12 17:15:23 -05:00
parent fe10787125
commit ddc6d1e3d4
2 changed files with 1 additions and 1 deletions

0
gradlew vendored Normal file → Executable file
View File

View File

@ -156,7 +156,7 @@ void setupToolchain(NativeBinarySpec b) {
])
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp'
cfg.projectLibpath(project, '/lib/linux32')
cfg.extraLibs 'dl', 'm', 'steam_api'
cfg.extraLibs 'rt', 'dl', 'm', 'steam_api'
}
if (!unitTestExecutable && !swdsLib) {