Skip to content

Commit

Permalink
fix(static lib): regression from 9bf1232
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 17, 2024
1 parent 9bf1232 commit d616754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ proc genStaticLib(outdir, nimcache: string, extFlags = "") =

let config = flags &
extFlags &
releaseBuildOptions(bmDynamicLib)
releaseBuildOptions(bmStaticLib)

echo &" compiler config: {config}"

Expand Down

0 comments on commit d616754

Please sign in to comment.