Skip to content

Commit

Permalink
Fix for the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vika-F committed Sep 19, 2024
1 parent 690f119 commit 9aabb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ $(WORKDIR.lib)/$(core_a): $(daaldep.math_backend.ext) $(CORE.t
$(WORKDIR.lib)/$(core_y): LOPT += $(-fPIC)
$(WORKDIR.lib)/$(core_y): LOPT += $(daaldep.rt.seq)
$(WORKDIR.lib)/$(core_y): LOPT += $(if $(OS_is_win),-IMPLIB:$(@:%.$(MAJORBINARY).dll=%_dll.lib),)
$(WORKDIR.lib)/$(core_y): LOPT += $(if $(OS_is_win),-LIBPATH:$$(RELEASEDIR.tbb.libia),-L$$(TBBDIR.soia.lnx))
$(WORKDIR.lib)/$(core_y): LOPT += $(if $(OS_is_win),-LIBPATH:$(RELEASEDIR.tbb.libia),-L$(TBBDIR.soia.lnx))
ifdef OS_is_win
$(WORKDIR.lib)/$(core_y:%.$(MAJORBINARY).dll=%_dll.lib): $(WORKDIR.lib)/$(core_y)
endif
Expand Down

0 comments on commit 9aabb27

Please sign in to comment.