Skip to content

Commit 5e338dc

Browse files
committed
Bypass check for ipp submodule
1 parent 45379c1 commit 5e338dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/ippcp_internal/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ OUT_DIR = lib/linux/$(ARCH)/$(SUB_DIR)/
7070
# Why can't IPP simply be a dependency like any other dependency?
7171
# IPP library is a git submodule which must be init
7272
CHECK_SOURCE :=
73-
ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
74-
CHECK_SOURCE := ipp_source
75-
endif
73+
#ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
74+
#CHECK_SOURCE := ipp_source
75+
#endif
7676

7777

7878
.PHONY: all build_ipp

0 commit comments

Comments
 (0)