Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seems to be necessary when linking in a static MinGW build of LevelDB. I tried adding this anywhere to `CGO_LDFLAGS`, but that environment variable always ends up at the beginning of the link options. And for some reason, gcc expects `lstdc++` to come at least after `-lleveldb`, and otherwise just ignores it without any indication. That leaves this source change as the only option.
- Loading branch information