diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 22:07:56 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 22:07:56 +0200 |
| commit | babe3d394a600494c1db4e7daf40e39afd76da75 (patch) | |
| tree | 9bee0379d886123544a2426d531956d931c1b6ac /src_doit/c.py | |
| parent | 8d1d7b7b4a48187f5849548bbc6bb543d6de33ba (diff) | |
WIP native implementation
Diffstat (limited to 'src_doit/c.py')
| -rw-r--r-- | src_doit/c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src_doit/c.py b/src_doit/c.py index b5deb0d..bd9fd74 100644 --- a/src_doit/c.py +++ b/src_doit/c.py @@ -27,7 +27,7 @@ builds = [CBuild(src_paths=[*src_c_dir.rglob('*.c')], cc_flags=['-fPIC', '-O2']) for platform in platforms] -lib_paths = [src_py_dir / (f'opcut/libopcut{get_lib_suffix(platform)}') +lib_paths = [src_py_dir / (f'opcut/_libopcut{get_lib_suffix(platform)}') for platform in platforms] |
