1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Fix copy/paste error

This commit is contained in:
Jens Steube 2018-11-08 13:23:36 +01:00
parent 6befe6225c
commit 9edc45e5d8

View File

@ -108,7 +108,7 @@ endif
ifeq ($(USE_SYSTEM_OPENCL),0)
DEPS_OPENCL_PATH := deps/OpenCL-Headers
else
DEPS_OPENCL_PATH := $(LIBRARY_DEV_ROOT_FOLDER/
DEPS_OPENCL_PATH := $(LIBRARY_DEV_ROOT_FOLDER)/
endif
ifeq ($(USE_SYSTEM_XXHASH),0)