mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +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": "../"
|
"path": "../"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"strip": false,
|
"no-debuginfo": true,
|
||||||
"append-path": "/usr/lib/sdk/llvm18/bin",
|
"strip": false,
|
||||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
"append-path": "/usr/lib/sdk/llvm18/bin",
|
||||||
"build-args": [
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
||||||
"--share=network"
|
"build-args": [
|
||||||
]
|
"--share=network"
|
||||||
}
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue