blob: b9cf320d1f6d2c8709aa3cbf39693eb2f465627a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ngs-sdk/Makefile.install.orig 2021-04-12 08:00:01 UTC
+++ ngs-sdk/Makefile.install
@@ -37,7 +37,7 @@ LIBRARIES_TO_INSTALL = \
ngs-c++.$(VERSION_LIBX) \
ngs-adapt-c++.$(VERSION_LIBX) \
-LIB_TARGET = $(INST_LIBDIR)$(BITS)
+LIB_TARGET = $(INST_LIBDIR)
LIBRARIES_WITH_PREFIX = \
$(addprefix $(LIB_TARGET)/$(LPFX),$(LIBRARIES_TO_INSTALL))
|