mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Previously, to add a custom linker script, a module would need to modify its variables after the fact to add to ldflags. Now module constructors take a new keyword `ld_script` and handle the ldflags and dependencies properly.