mirror of
https://github.com/mollyim/monero-wallet-sdk.git
synced 2025-01-26 23:06:58 -05:00
lib: prevent locale issues on build by setting LC_ALL
This commit is contained in:
parent
aa5ea643cc
commit
ca82726aa7
@ -30,6 +30,9 @@ else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto")
|
||||
endif()
|
||||
|
||||
# Prevent locale issues
|
||||
set(ENV{LC_ALL} C)
|
||||
|
||||
# Common definitions across builds
|
||||
include(cmake/toolchain.cmake)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user