updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@ -34,6 +34,9 @@ endif()
|
|||||||
|
|
||||||
if(PROJECT_IS_MINGW)
|
if(PROJECT_IS_MINGW)
|
||||||
add_definitions(-DPROJECT_IS_MINGW)
|
add_definitions(-DPROJECT_IS_MINGW)
|
||||||
|
if(PROJECT_IS_MINGW_UNIX)
|
||||||
|
add_definitions(-DPROJECT_IS_MINGW_UNIX)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(PROJECT_REQUIRE_ALPINE)
|
if(PROJECT_REQUIRE_ALPINE)
|
||||||
|
Reference in New Issue
Block a user