fix llvm dir

This commit is contained in:
Lctrs 2024-04-18 22:39:37 +02:00 committed by GitHub
parent 1c8d48b233
commit 29b4e7564b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ modules:
- -DUSE_SYSTEM_ZLIB=ON - -DUSE_SYSTEM_ZLIB=ON
- -Wno-dev - -Wno-dev
post-install: post-install:
- cp /usr/lib/sdk/llvm17/lib/libLLVM-18.so /app/lib/ - cp /usr/lib/sdk/llvm18/lib/libLLVM-18.so /app/lib/
- |- - |-
set -eux set -eux