summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe019f8..fb77410 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ libmts-io.a: $(OBJS)
libmts-io.so.0: $(OBJS)
@echo 'Building target: $@'
- $(CXX) -shared -Wl,-soname,$@ -o libmts-io.so.$(VERSION) $(OBJS)
+ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$@ -o libmts-io.so.$(VERSION) $(OBJS)
@echo 'Finished building target: $@'
@echo ' '