aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/mold/ya.make
blob: 2d5f8cde455a05d592a507d50459be90a243df64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
RESOURCES_LIBRARY()

TOOLCHAIN(mold)
VERSION(2.34.1)

DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(MOLD_ROOT mold.json)

LDFLAGS(
    -fuse-ld=mold
    --ld-path=${MOLD_ROOT_RESOURCE_GLOBAL}/bin/ld.mold
)

END()