Skip to content

Commit

Permalink
Merge branch 'Gravity-Bridge:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa authored Sep 26, 2023
2 parents 6928166 + 6d800c1 commit e80b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))

whitespace :=
whitespace += $(whitespace)
whitespace := $(whitespace) $(whitespace)
comma := ,
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))

Expand Down

0 comments on commit e80b1b6

Please sign in to comment.