Skip to content

Commit

Permalink
Remove tbb*.dll files redistribution along with onedal DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vika-F committed Sep 20, 2024
1 parent b868032 commit 788cee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ $2/$(notdir $1): $(call frompf1,$1) | $2/. ; $(value cpy)
endef
$(foreach t,$(releasetbb.LIBS_Y),$(eval $(call .release.t,$t,$(RELEASEDIR.tbb.soia))))
$(foreach t,$(releasetbb.LIBS_A),$(eval $(call .release.t,$t,$(RELEASEDIR.tbb.libia))))
$(if $(OS_is_win),$(foreach t,$(releasetbb.LIBS_Y),$(eval $(call .release.t,$t,$(RELEASEDIR.soia)))),)

#----- cmake configs generation

Expand Down

0 comments on commit 788cee7

Please sign in to comment.