Skip to content

1.8.0: Yo dawg

Compare
Choose a tag to compare
@drewcrawford drewcrawford released this 24 Oct 00:05
· 7 commits to master since this release

Exported overlays can now operate conditional behavior based on global overlays, so you can overlay while you overlay.

:overlays {
    :my-exported-overlay {
        :atbuild.platform.linux {
              :link-options ["foo"]
        }
    }
}