Skip to content

Commit

Permalink
fixing typo in windows make
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Feb 20, 2024
1 parent dbcc6f6 commit 8879077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.inc.windows.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FFLAGS= -fPIC -O3 -funroll-loops -std=legacy
DYNAMICLIB = $(LIBNAME).dll
LIMPLIB = $(LIBNAME)_dll.lib

LLINKLIB = -llibfmm3d_dll
LLINKLIB = -llibfmm2d_dll

DYLIBS += -Wl,--out-implib,$(LIMPLIB)

Expand Down

0 comments on commit 8879077

Please sign in to comment.