ponylang / pony-stable

:horse: A simple dependency manager for the Pony language.
BSD 2-Clause "Simplified" License
134 stars 18 forks source link

Switch nightly build to using a statically linked stable #120

Closed SeanTAllen closed 5 years ago

SeanTAllen commented 5 years ago

@dipinhora what do i want the linker command to be for this?

dipinhora commented 5 years ago

@SeanTAllen adding --link-ldcmd=bfd to your ponyc command should make it link successfully (i think).

SeanTAllen commented 5 years ago

I need to clean up how the --link-ldcmd is done. It's a bit of a hack at the moment.

SeanTAllen commented 5 years ago

When this passes CI, I'm going to squash and merge.