Skip to content

Add macOS KICAD_BUNDLE_LIBS search path for bundle fixup.

Adam Wolf requested to merge adamwwolf/kicad:kicad_bundle_libs into master

Hi folks!

I'm doing two things here:

  1. I'm trying to switch from OCE which isn't supported anymore to OCC which is.

  2. I'm trying to set up the basis for me to bring in the kicad-mac-builder kicad patches to upstream. There are two things I do in that, a bunch of intricate things for Python2 (which hopefully will go away soon) and some stuff for bundle fixup on macOS. I'll end up having other things like ngspice and Python also use KICAD_BUNDLE_LIBS.

I am not a CMake expert more than a few weekends a year. Let me know what you think.

Edited by Adam Wolf

Merge request reports