Skip to content

Commit

Permalink
[fix] Solve warning about Markvars
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie1991 committed Dec 15, 2024
1 parent d967f1f commit 6ef8ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Conditional options for macOS
PKG_LIBS = `os=\`uname -s\`; if [ "$$os" != "Darwin" ]; then echo "$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)"; fi`
PKG_LIBS += -lz
ORIG_PKG_LIBS = `os=\`uname -s\`; if [ "$$os" != "Darwin" ]; then echo "$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)"; fi`
PKG_LIBS = $(ORIG_PKG_LIBS) -lz

0 comments on commit 6ef8ef8

Please sign in to comment.