Remove post link arg

This commit is contained in:
Jeremy Soller 2016-11-02 21:56:52 -06:00
parent 2348e1cc27
commit b3474576ec

View File

@ -9,7 +9,7 @@
"vendor": "unknown",
"target-family": "redox",
"pre-link-args": ["-m64", "-nostdlib", "-static"],
"post-link-args": ["build/userspace/libopenlibm.a"],
"post-link-args": [],
"features": "",
"dynamic-linking": false,
"executables": true,