diff --git a/projects/clr/rocclr/compiler/lib/complibdefs b/projects/clr/rocclr/compiler/lib/complibdefs index 3afa878fe2..0b7b3c175c 100644 --- a/projects/clr/rocclr/compiler/lib/complibdefs +++ b/projects/clr/rocclr/compiler/lib/complibdefs @@ -86,3 +86,7 @@ endif ifeq ($(OPENCL_USE_ONE_SC),1) GCPPFLAGS += $(DEFSWITCH) OPENCL_USE_ONE_SC endif + +ifneq (,$(wildcard $(COMPLIB_DEPTH)/loaders/elf/utils/blowfish/blowfish.h)) + GCPPFLAGS += $(DEFSWITCH) HAVE_BLOWFISH_H +endif