Skip to content

Commit

Permalink
Merge pull request #7466 from Deigue/revert-omrsigcompat
Browse files Browse the repository at this point in the history
Reverts omrsigcompat artifact type to c_shared
  • Loading branch information
babsingh authored Sep 19, 2024
2 parents 0487d18 + 5f42dd5 commit 611c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omrsigcompat/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ top_srcdir := ..
include $(top_srcdir)/omrmakefiles/configure.mk

MODULE_NAME := omrsig
ARTIFACT_TYPE := cxx_shared
ARTIFACT_TYPE := c_shared
OBJECTS := omrsig
OBJECTS := $(addsuffix $(OBJEXT),$(OBJECTS))
ifeq (win,$(OMR_HOST_OS))
Expand Down

0 comments on commit 611c142

Please sign in to comment.