diff options
| author | 2024-10-29 16:47:10 -0400 | |
|---|---|---|
| committer | 2024-10-29 17:06:47 -0400 | |
| commit | f56abfafcd4fa722b807278b138f805112cd953e (patch) | |
| tree | 1d80c75395711d8632ef46ac4178cb98ae26c0f7 /src/portal/cpy | |
| parent | 355480f408e88b69717b934bace4e5e69856ad23 (diff) | |
| download | camu-f56abfafcd4fa722b807278b138f805112cd953e.tar.gz camu-f56abfafcd4fa722b807278b138f805112cd953e.tar.bz2 camu-f56abfafcd4fa722b807278b138f805112cd953e.zip | |
Update deps and cleanup build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/cpy')
| -rwxr-xr-x | src/portal/cpy/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portal/cpy/build.sh b/src/portal/cpy/build.sh index 15ff4f5..5e5fb10 100755 --- a/src/portal/cpy/build.sh +++ b/src/portal/cpy/build.sh @@ -1,3 +1,4 @@ #! /usr/bin/env sh +cd $1 export PYTHONDONTWRITEBYTECODE=1 python3 setup.py build_ext -i |