fix library name in Makefile

This commit is contained in:
Robert Schütz 2021-07-02 16:50:05 +02:00 committed by John McNamara
parent c844843c97
commit ee507423f5

View File

@ -94,7 +94,7 @@ ARFLAGS = rc
# Flags passed to dynamic linker.
FPIC = -fPIC
SOFLAGS = -shared $(FPIC) -Wl,-soname,LIBXLSXWRITER_SO
SOFLAGS = -shared $(FPIC) -Wl,-soname,$(LIBXLSXWRITER_SO)
# Get Env/OS name.
UNAME := $(shell uname)