mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-19 14:48:10 +00:00
Merge pull request #1048 from philsmd/master
travis test: workaround undefined _WIN32 with a sed fix
This commit is contained in:
commit
8defef0c61
@ -1,3 +1,6 @@
|
|||||||
|
# this is a workaround because some OpenCL headers cause problems with older gcc compilers (undefined macro: _WIN32)
|
||||||
|
before_install:
|
||||||
|
- sed -i 's/if _WIN32/if defined (_WIN32)/' deps/OpenCL-Headers/CL/cl_platform.h
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
Loading…
Reference in New Issue
Block a user