From 7fcbe2ebc490476baa583d5e286f9c4d0785d500 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 15 Feb 2021 12:13:29 -0500 Subject: [PATCH] Added khronos opencl headers. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6ceb71c..07dabcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -182,6 +182,8 @@ RUN cd /root && \ unzip /root/openlogic-openjdk-8u272-b10-mac-x64.zip && \ rm -rf /root/openlogic-openjdk-8u272-b10-mac-x64.zip +RUN git clone https://github.com/KhronosGroup/OpenCL-Headers.git /usr/src/khronos-OpenCL-headers + COPY ./crossbuild /usr/bin/crossbuild ENV LD_LIBRARY_PATH /usr/osxcross/lib::$LD_LIBRARY_PATH -- GitLab