mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
update comment in build_pysqlite3.sh
This commit is contained in:
parent
ce246f6dfc
commit
db0a697ef4
@ -23,7 +23,7 @@ fi
|
|||||||
cp "sqlite/sqlite3.c" pysqlite3/
|
cp "sqlite/sqlite3.c" pysqlite3/
|
||||||
cp "sqlite/sqlite3.h" pysqlite3/
|
cp "sqlite/sqlite3.h" pysqlite3/
|
||||||
|
|
||||||
# Create the wheels and strip symbols to produce manylinux wheels.
|
# Create the wheel and put it in the /wheels dir.
|
||||||
cd pysqlite3/
|
cd pysqlite3/
|
||||||
sed -i "s|name='pysqlite3-binary'|name=PACKAGE_NAME|g" setup.py
|
sed -i "s|name='pysqlite3-binary'|name=PACKAGE_NAME|g" setup.py
|
||||||
python3 setup.py build_static
|
python3 setup.py build_static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user