1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Testing - MinGW build validation #253

Add MinGW build validation workflow for Windows
Fix MinGW freetype linkings
This commit is contained in:
dpasukhi
2025-01-10 23:29:32 +00:00
parent 835ba7f104
commit d4197764ab
5 changed files with 228 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ endfunction()
macro (SEARCH_JEMALLOC)
# find static jemalloc lib
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".lib" ".a")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".dll.a" ".lib" ".a")
if (WIN32)
JEMALLOC_LIB_SEARCH ("jemalloc" "STATIC")
elseif(NOT WIN32)