We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d15359 + 92fc3c3 commit 5466b57Copy full SHA for 5466b57
depends/install_mac.sh
@@ -23,6 +23,7 @@ cp $LIBUSBX_SOURCE_DIR/config.sub ./
23
make && make install
24
25
#get the missing cl.hpp from Khronos.org
26
-cd /System/Library/Frameworks/OpenCL.framework/Versions/A/Headers/ && sudo wget http://www.khronos.org/registry/cl/api/1.2/cl.hpp
+cd /System/Library/Frameworks/OpenCL.framework/Versions/A/Headers/
27
+[ -f cl.hpp ] || sudo wget http://www.khronos.org/registry/cl/api/1.2/cl.hpp
28
29
cd $DEPENDS_DIR
0 commit comments