Skip to content

Commit

Permalink
Update webr-vars.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless authored and georgestagg committed Feb 2, 2024
1 parent e990aa1 commit 075ee30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/webr-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ override DYLIB_LD = $(CC)
override DYLIB_LDFLAGS = $(CFLAGS)
override DYLIB_LINK = $(DYLIB_LD) $(DYLIB_LDFLAGS) $(LDFLAGS)

override SHLIB_OPENMP_CFLAGS =
override SHLIB_OPENMP_CXXFLAGS =
override SHLIB_OPENMP_FFLAGS =
override SHLIB_LDFLAGS =
override SHLIB_LINK = $(SHLIB_LD) $(SHLIB_LDFLAGS) $(LDFLAGS)

Expand Down

0 comments on commit 075ee30

Please sign in to comment.