diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 00:04:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 00:04:23 +0000 |
commit | 9137ce27f5f6f79ef13ef7933e2f85ebec59b410 (patch) | |
tree | aaa7fde10973a0f8d3d5f522194ed82206d69f7c /repo/system/libxml2.xibuild | |
parent | 0eecc93103cf7773daa4669a9f2449f52bd87e0f (diff) |
fixed circle
Diffstat (limited to 'repo/system/libxml2.xibuild')
-rw-r--r-- | repo/system/libxml2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild index e6be3d1..5e1ce49 100644 --- a/repo/system/libxml2.xibuild +++ b/repo/system/libxml2.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(python make ) +MAKEDEPS=(python make) DEPS=(zlib readline ncurses xz icu) PKG_VER=2.9.12 |