aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/link_static_lib_as_system_lib/a.h
AgeCommit message (Collapse)Author
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2021-05-22zld: permit system static libsJakub Konka
This commits permits passing in static archives using the system lib flag `-la`. With this commit, `zig ld` will now look firstly for a dynamic library (which always takes precedence), and will fall back on `liba.a` if the dylib is not found. The static archive is searched for in the system lib search dirs like the dylibs.