Skip to content

Commit

Permalink
Fix build options of resvg
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and actionless committed Jul 20, 2022
1 parent 81857b5 commit 4ad3a9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions com.github.themix_project.Oomox.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
{
"name": "resvg",
"buildsystem": "simple",
"build-commands": [
"cargo build --workspace --frozen --release --all-features",
"install -Dm755 target/release/resvg /app/bin/resvg",
"install -Dm755 target/release/libresvg.so /app/lib/libresvg.so",
"install -Dm644 c-api/resvg.h /app/include/resvg.h"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env" : {
"CARGO_HOME" : "/run/build/resvg/cargo"
}
},
"build-commands": [
"cargo build --workspace --frozen --release --all-features",
"install -Dm755 target/release/resvg /app/bin/resvg",
"install -Dm755 target/release/libresvg.so /app/lib/libresvg.so",
"install -Dm644 c-api/resvg.h /app/include/resvg.h"
],
"sources": [
"cargo-sources.json",
{
Expand Down

0 comments on commit 4ad3a9b

Please sign in to comment.