We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45379c1 commit 5e338dcCopy full SHA for 5e338dc
external/ippcp_internal/Makefile
@@ -70,9 +70,9 @@ OUT_DIR = lib/linux/$(ARCH)/$(SUB_DIR)/
70
# Why can't IPP simply be a dependency like any other dependency?
71
# IPP library is a git submodule which must be init
72
CHECK_SOURCE :=
73
-ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
74
-CHECK_SOURCE := ipp_source
75
-endif
+#ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
+#CHECK_SOURCE := ipp_source
+#endif
76
77
78
.PHONY: all build_ipp
0 commit comments