Skip to content

Commit

Permalink
Override LIBS variable
Browse files Browse the repository at this point in the history
Prevents packages from accessing the host LIBS
  • Loading branch information
jeroen authored and georgestagg committed Dec 18, 2023
1 parent 750f720 commit d445736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/webr-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ override SHLIB_LINK = $(SHLIB_LD) $(SHLIB_LDFLAGS) $(LDFLAGS)
override FOUNDATION_LIBS =
override LIBINTL =

override LIBS =
override LIBR =
override ALL_LIBS = $(PKG_LIBS) $(SHLIB_LIBADD_FILTER) $(LIBR) $(LIBINTL)

Expand Down

0 comments on commit d445736

Please sign in to comment.