mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +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,
|
||||
"pre-link-args": {
|
||||
"ld.lld": [
|
||||
"-Tlink.T",
|
||||
"-Tlink.ld",
|
||||
"-init=__custom_init",
|
||||
"-fini=__custom_fini",
|
||||
"--export-dynamic"
|
||||
|
|
Loading…
Reference in a new issue