1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 09:14:27 +00:00

Change link.T to link.ld, requires latest libstd

This commit is contained in:
jam1garner 2020-04-12 21:28:01 -04:00
parent 5d985d8102
commit b7aecf58f0
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file