Try fix MacOs Build on build server

This commit is contained in:
Filip Sykala - NTB T15p 2022-08-16 18:04:36 +02:00
parent ab807c4992
commit 4fddeccdac

View File

@ -461,6 +461,7 @@ if (APPLE)
# This flag prevents the need for minimum SDK version 10.14
# currently, PS targets v10.12
target_compile_options(libslic3r PUBLIC "-fno-aligned-allocation")
target_compile_options(libslic3r_cgal PUBLIC "-fno-aligned-allocation")
endif ()
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)