diff options
author | davidovski <david@davidovski.xyz> | 2022-03-06 15:21:10 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-06 15:21:10 +0000 |
commit | 75e7bb9c72d562d397f9fb62072ab114cfbc6244 (patch) | |
tree | c2af33a2c487d2b411e3be0900f675c41ca5ab4f /repo/python/python.xibuild | |
parent | ce1ac2b89b42e4e05ba706b7bbdcc39cd2e64e8b (diff) |
fixed python compilation for js78
Diffstat (limited to 'repo/python/python.xibuild')
-rw-r--r-- | repo/python/python.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/python/python.xibuild b/repo/python/python.xibuild index 4cc8ddd..91e0d9e 100644 --- a/repo/python/python.xibuild +++ b/repo/python/python.xibuild @@ -1,7 +1,7 @@ #!/bin/sh -MAKEDEPS="make autoconf automake autoconf-archive" +MAKEDEPS="make autoconf automake autoconf-archive sqlite" DEPS="bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib grep" PKG_VER=3.10.2 |