Skip to content

Commit

Permalink
Fix LLVM lib missing
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Jan 25, 2024
1 parent 93ed2e5 commit cd2caf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flatpak/io.github.unknownskl.greenlight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ modules:
yarn_config_cache: /run/build/greenlight/flatpak-node/yarn-mirror
build-commands:
- cp -a ../extralib/extralib -t /app/
- gunzip /app/extralib/libLLVM-16.0.6.so.gz
- cp -a ../extralib/reduceSoFiles.sh -t /app/extralib
- pushd /app/extralib && ln -s libLLVM-16.0.6.so libLLVM-16.so && chmod +x reduceSoFiles.sh && ./reduceSoFiles.sh && popd
- yarn --offline
- yarn run flatpak-build --offline -- --linux
# Add icon, metadata and desktop file
Expand Down

0 comments on commit cd2caf8

Please sign in to comment.