Skip to content

Commit

Permalink
Fix PKG_LIBS in Makevars.win
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed Jun 29, 2021
1 parent b615c5d commit 1b1d3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_CPPFLAGS = -I../windows/gsl-2.7/include -I. -I../inst/include -DR_NO_REMAP -DSTRICT_R_HEADERS
PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS)
PKG_LIBS = -I../windows/gsl-2.7/include -lm -lgsl -lgslcblas $(SHLIB_OPENMP_CFLAGS)
PKG_LIBS = -L../windows/gsl-2.7/lib${R_ARCH} -lm -lgsl -lgslcblas $(SHLIB_OPENMP_CFLAGS)

# List all model files to compile
MODELS_SRC = $(wildcard models/*.c)
Expand Down

0 comments on commit 1b1d3e4

Please sign in to comment.