mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Change link.T to link.ld, requires latest libstd
This commit is contained in:
parent
5d985d8102
commit
b7aecf58f0
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
"position-independent-executables": true,
|
"position-independent-executables": true,
|
||||||
"pre-link-args": {
|
"pre-link-args": {
|
||||||
"ld.lld": [
|
"ld.lld": [
|
||||||
"-Tlink.T",
|
"-Tlink.ld",
|
||||||
"-init=__custom_init",
|
"-init=__custom_init",
|
||||||
"-fini=__custom_fini",
|
"-fini=__custom_fini",
|
||||||
"--export-dynamic"
|
"--export-dynamic"
|
||||||
|
|
Loading…
Reference in a new issue