1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

changes have to push to OpenCL

This commit is contained in:
sgroat 2017-03-11 09:56:47 -08:00
parent f651f44606
commit 4d0628ddcd
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
# this is a workaround because some OpenCL headers cause problems with older gcc compilers (undefined macro: _WIN32)
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sed -i "" 's/if _WIN32/if defined (_WIN32)/' deps/OpenCL-Headers/CL/cl_platform.h; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sed -i 's/if _WIN32/if defined (_WIN32)/' deps/OpenCL-Headers/CL/cl_platform.h; fi
os:
- linux
- osx

@ -1 +1 @@
Subproject commit 42e7afe066a67107c2236b86c9864a472f8eead8
Subproject commit bf0f43b76f4556c3d5717f8ba8a01216b27f4af7