update comment in build_pysqlite3.sh

This commit is contained in:
Jason Hunter 2024-06-12 14:51:28 -04:00
parent ce246f6dfc
commit db0a697ef4

View File

@ -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