aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
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