mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(libspatialite)
This commit is contained in:
parent
a9360043c7
commit
ff54f34026
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ build:
|
||||||
script:
|
script:
|
||||||
# Fix -flat_namespace being used on Big Sur and later.
|
# Fix -flat_namespace being used on Big Sur and later.
|
||||||
- run: curl -L https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff | patch -p1
|
- run: curl -L https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff | patch -p1
|
||||||
if: darwin
|
if: "<5.1.0"
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue