aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-11 12:05:08 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-11 12:05:08 +0200
commit4544e08997a7af6a8defa47efae1e9ba5c2c30f6 (patch)
treeaa211e7f80429ca758573349e1866861469ec12b /build
parentd25f23805c6d7128b508a359d47af136dd2fd0db (diff)
downloadnissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.tar.gz
nissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.zip
Simplified name of Python module
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e689b19..cdf0c79 100755
--- a/build
+++ b/build
@@ -280,7 +280,7 @@ build_python() {
280 fi 280 fi
281 build_nissy || exit 1 281 build_nissy || exit 1
282 run $CC $PYCFLAGS $WFLAGS $PYTHON3_INCLUDES $OFLAGS -shared \ 282 run $CC $PYCFLAGS $WFLAGS $PYTHON3_INCLUDES $OFLAGS -shared \
283 -o nissy_python_module.so nissy.o python/nissy_module.c 283 -o python/nissy.so nissy.o python/nissy_module.c
284} 284}
285 285
286build_cpp() { 286build_cpp() {

Generated with cgit - Back to sebastiano.tronto.net