blob: 34a1b78a991ccad9a3b4c900953d3af40944e796 [file] [log] [blame]
# Nothing in dylib.c uses func1, so the linker would throw it
# away and thus linking the exe would fail.
dylib = shared_library('shlib', '../dylib.c',
link_whole : stlib)