1
0
Fork 0
forked from lthn/blockchain

fixed mispring

This commit is contained in:
cryptozoidberg 2019-08-30 21:36:03 +02:00
parent e2357dfe13
commit a969d28c8e
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -7,7 +7,7 @@ if(WIN32)
elseif(APPLE)
message(STATUS "MDBX locks: lck-posix.c")
set (mdbx_sources "${mdbx_sources} src/lck-posix.c")
else
else()
message(STATUS "MDBX locks: lck-linux.c")
set (mdbx_sources "${mdbx_sources} src/lck-linux.c")
endif()