aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sycl/sycl/platform.bzl.tpl
blob: cb4b3356b22288dbb39090a473d8b9b9953f2bf7 (plain)
1
2
3
4
5
def sycl_library_path(name):
    return "lib/lib{}.so".format(name)

def readlink_command():
    return "readlink"