From 4544e08997a7af6a8defa47efae1e9ba5c2c30f6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 11 Aug 2025 12:05:08 +0200 Subject: Simplified name of Python module --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index e689b19..cdf0c79 100755 --- a/build +++ b/build @@ -280,7 +280,7 @@ build_python() { fi build_nissy || exit 1 run $CC $PYCFLAGS $WFLAGS $PYTHON3_INCLUDES $OFLAGS -shared \ - -o nissy_python_module.so nissy.o python/nissy_module.c + -o python/nissy.so nissy.o python/nissy_module.c } build_cpp() { -- cgit v1.3