Skip to content

Commit

Permalink
add missing linker for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 12, 2024
1 parent e49a283 commit 46667ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET = $(subst 64,x86_64,$(subst 32,i686,$(WIN)))-pc-windows-gnu
TARGET_DIR = ./rust/target
LIBDIR = $(TARGET_DIR)/$(TARGET)/release
STATLIB = $(LIBDIR)/libarcgisplaces.a
PKG_LIBS = -L$(LIBDIR) -larcgisplaces -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -lcrypt32 -lcrypto -lsecur32 -lmingw32
PKG_LIBS = -L$(LIBDIR) -larcgisplaces -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -lcrypt32 -lcrypto -lsecur32 -lmingw32 -loleaut32

all: C_clean

Expand Down

0 comments on commit 46667ca

Please sign in to comment.