Disable OCE usage in KiCad build configuration

This commit is contained in:
Erkan IŞIK
2025-12-25 14:39:25 +03:00
committed by GitHub
parent a742eadb44
commit caeaa5a3c5
+1 -1
View File
@@ -19,7 +19,7 @@ def setup():
-DKICAD_SKIP_BOOST=ON \
-DKICAD_SCRIPTING=ON \
-DKICAD_SCRIPTING_MODULES=ON \
-DKICAD_USE_OCE=ON \
-DKICAD_USE_OCE=OFF \
-DKICAD_USE_OCC=ON \
-DKICAD_USE_EGL=1 \
-DKICAD_SCRIPTING_WXPYTHON=OFF \