Skip to content

Commit

Permalink
another guess
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 18, 2024
1 parent 0aef7a3 commit ecf0f86
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,4 +1,4 @@
CXX_STD = CXX17
PKG_CPPFLAGS = -I.
PKG_CXXFLAGS = -I. $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = -llibfftw3f -llibfftw3f_omp $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) -lfftw3f -lfftw3f_omp

0 comments on commit ecf0f86

Please sign in to comment.