aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/local_so/ya.make
blob: 547ed3f991878deca36f25c46e63f5703118a83c (plain) (blame)
1
2
3
4
5
6
7
RESOURCES_LIBRARY()

IF (OS_LINUX)
    SET_APPEND(RPATH_GLOBAL '-Wl,-rpath,$ORIGIN')
ENDIF()

END()