Skip to content

Commit

Permalink
[oneDPL][make] + fix behavior (exe building) in cases of non-dpcpp ba…
Browse files Browse the repository at this point in the history
…ckends: -o<filename>.exe (#1609)
  • Loading branch information
MikeDvorskiy authored Jun 4, 2024
1 parent 453ae4d commit f53c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_%.offload.exe: test_%.offload$(OBJ_SFX) exception_list.offload$(OBJ_SFX)
$(CPLUS) $(CPLUS_FLAGS) $(KEY)c $< $(FKEY)o$@
else
%.pass.exe: %.pass.cpp $(PSTL_LIB_NAME) $(test_hdr) $(proj_root)/make/Makefile
$(CPLUS) $(CPLUS_FLAGS) $(LDFLAGS) $(DYN_LDFLAGS) $(PSTL_LIB_LINK) $<
$(CPLUS) $(CPLUS_FLAGS) $(LDFLAGS) $(DYN_LDFLAGS) $(PSTL_LIB_LINK) $< $(FKEY)o$@
endif

else ifneq (,$(filter $(backend), sycl sycl_only))
Expand Down

0 comments on commit f53c8e7

Please sign in to comment.