mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-29 03:12:35 +00:00
Fix copy/paste error
This commit is contained in:
parent
6befe6225c
commit
9edc45e5d8
@ -108,7 +108,7 @@ endif
|
|||||||
ifeq ($(USE_SYSTEM_OPENCL),0)
|
ifeq ($(USE_SYSTEM_OPENCL),0)
|
||||||
DEPS_OPENCL_PATH := deps/OpenCL-Headers
|
DEPS_OPENCL_PATH := deps/OpenCL-Headers
|
||||||
else
|
else
|
||||||
DEPS_OPENCL_PATH := $(LIBRARY_DEV_ROOT_FOLDER/
|
DEPS_OPENCL_PATH := $(LIBRARY_DEV_ROOT_FOLDER)/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_SYSTEM_XXHASH),0)
|
ifeq ($(USE_SYSTEM_XXHASH),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user