Skip to content

Commit

Permalink
Add crypt32 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Apr 12, 2024
1 parent 8fb0092 commit da47ce8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LNDYISW/LNDYISW-IOC-01App/src/build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ $(APPNAME)_SRCS_vxWorks += -nil-
# Finally link to the EPICS Base libraries
$(APPNAME)_LIBS += $(EPICS_BASE_IOC_LIBS)

# Add OpenSSL for static linking
USR_LDFLAGS_WIN32 += -libpath:$(OPENSSL)/lib/$(EPICS_HOST_ARCH)
# Add OpenSSL for static linking that is auto-linked via #pragma in net-snmp headers
$(APPNAME)_LDFLAGS_WIN32 += -libpath:$(OPENSSL)/lib/$(EPICS_HOST_ARCH)
$(APPNAME)_SYS_LIBS_WIN32 += crypt32

#===========================

Expand Down

0 comments on commit da47ce8

Please sign in to comment.