Skip to content

Commit

Permalink
Merge pull request #7366 from keithc-ca/static_lib
Browse files Browse the repository at this point in the history
UMA: add missing include path
  • Loading branch information
babsingh authored Jun 11, 2024
2 parents 817c5ec + 8acd2cd commit 3a218f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omr_static_lib/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ $(foreach lib,$(OMRLIBS), \
$(shell MAKEFLAGS= $(MAKE) -s --no-print-directory -C $(lib) show-objects), \
$(if $(filter /%,$(object)),$(object),$(lib)/$(object))))

MODULE_INCLUDES += $(top_srcdir)/gc/startup

include $(top_srcdir)/omrmakefiles/rules.mk

0 comments on commit 3a218f2

Please sign in to comment.