kylef / heroku-buildpack-swift

Heroku build pack for Swift
BSD 3-Clause "New" or "Revised" License
508 stars 0 forks source link

Add the ability to pass build flags to `swift build` #20

Closed rcedwards closed 8 years ago

rcedwards commented 8 years ago

This also resolves a bug where ENV_DIR was missing a dollar sign prefix, so the SWIFT_BUILD_CONFIGURATION wasn't being evaluated either.

rcedwards commented 8 years ago

Addresses issue #16

kylef commented 8 years ago

Thanks @rcedwards