diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 12:05:08 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 12:05:08 +0200 |
| commit | 4544e08997a7af6a8defa47efae1e9ba5c2c30f6 (patch) | |
| tree | aa211e7f80429ca758573349e1866861469ec12b /build | |
| parent | d25f23805c6d7128b508a359d47af136dd2fd0db (diff) | |
| download | nissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.tar.gz nissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.zip | |
Simplified name of Python module
Diffstat (limited to '')
| -rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 286 | build_cpp() { | 286 | build_cpp() { |
