mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
4da816e4f6
commit
b93b11f2ee
|
@ -16,10 +16,12 @@ build:
|
|||
gnu.org/patch: '*'
|
||||
script:
|
||||
- run: curl $PATCH | patch -p1 || true
|
||||
if: darwin
|
||||
if: <5.3.0
|
||||
- cmake -S . -B build -G Ninja $CMAKE_ARGS
|
||||
- cmake --build build
|
||||
- cmake --install build
|
||||
- run: cp -a contrib {{prefix}}/include
|
||||
if: '>=5.3.0'
|
||||
env:
|
||||
PATCH: https://github.com/assimp/assimp/commit/5a89d6fee138f8bc979b508719163a74ddc9a384.patch?full_index=1
|
||||
CMAKE_ARGS:
|
||||
|
|
Loading…
Reference in a new issue