Skip to content

Commit

Permalink
LDFLAGS defined once for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabhatia committed Aug 31, 2023
1 parent e7716fb commit ee3e720
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 @@ -199,7 +199,7 @@ ifeq ($(SELINUX_ENABLED),1)
endif

# Set build time variables including version details
LDFLAGS := $(shell hack/version.sh)
LDFLAGS ?= $(shell hack/version.sh)

# Additional CAPV vars (everything else is ~ kept in sync with core CAPI)
# Allow overriding manifest generation destination directory
Expand Down

0 comments on commit ee3e720

Please sign in to comment.