aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamir Jelić <poljar@termina.org.uk>2018-07-08 12:19:17 +0200
committerHubert Chathi <hubert@uhoreg.ca>2018-07-18 17:44:32 -0400
commitac071d9c0d69e4330a06f171e3bddc713ecd97d6 (patch)
treefacb7f834e43d2a346f07e3405da2c304ff66cc0 /Makefile
parente3d66733712e161d9287ea3f0116e5b57477b0d8 (diff)
python: Enable build with the local build of the Olm C library.
This patch adds the ability to build the bindings without having a globally installed Olm C library. Provided that the C library is already built, the tests can be run now with make test. Signed-off-by: Damir Jelić <poljar@termina.org.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 154954c..be50a8f 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ $(RELEASE_TARGET): $(RELEASE_OBJECTS)
-Wl,--version-script,version_script.ver \
$(OUTPUT_OPTION) $(RELEASE_OBJECTS)
ln -sf libolm.so.$(VERSION) $(BUILD_DIR)/libolm.so.$(MAJOR)
+ ln -sf libolm.so.$(VERSION) $(BUILD_DIR)/libolm.so
debug: $(DEBUG_TARGET)
.PHONY: debug