aboutsummaryrefslogtreecommitdiff
path: root/build_shared_library.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_shared_library.py')
-rwxr-xr-xbuild_shared_library.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_shared_library.py b/build_shared_library.py
index 1081846..6dbafcd 100755
--- a/build_shared_library.py
+++ b/build_shared_library.py
@@ -25,7 +25,7 @@ source_files = glob.glob("src/*.cpp")
compile_args = "g++ -O0 -g -Iinclude -Ilib --std=c++11 --shared -fPIC".split()
compile_args += source_files
-library = "build/libaxolotl.so"
+library = "build/libolm.so"
def run(args):
print " ".join(args)