mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-16 10:46:26 +00:00
This commit is contained in:
parent
464abaf47f
commit
9b578ff6c2
1 changed files with 9 additions and 8 deletions
|
|
@ -34,14 +34,15 @@
|
|||
"path": "../"
|
||||
}
|
||||
],
|
||||
"build-options": {
|
||||
"strip": false,
|
||||
"append-path": "/usr/lib/sdk/llvm18/bin",
|
||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
||||
"build-args": [
|
||||
"--share=network"
|
||||
]
|
||||
}
|
||||
"build-options": {
|
||||
"no-debuginfo": true,
|
||||
"strip": false,
|
||||
"append-path": "/usr/lib/sdk/llvm18/bin",
|
||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
||||
"build-args": [
|
||||
"--share=network"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue