Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Mar 21, 2024
1 parent 834d8dd commit c5b068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ when fileExists("nimble.paths"):

when defined(rocksdb_static_linking):
#switch("gcc.linkerexe", "g++") # use the C++ linker profile because it's a C++ library
switch("clang.linkerexe", "o64-clang++") # use the C++ linker profile because it's a C++ library
switch("clang.linkerexe", "clang++") # use the C++ linker profile because it's a C++ library
switch("dynlibOverride", "librocksdb.a")
switch("dynlibOverride", "liblz4.a")
switch("dynlibOverride", "libzstd.a")

0 comments on commit c5b068d

Please sign in to comment.