correct library path in fixup_bandle().
* Fix build failure on MacOS X 10.15.6.
This commit is contained in:
parent
c57c168753
commit
27d319b2df
|
@ -44,7 +44,7 @@ if( APPLE )
|
||||||
include( BundleUtilities )
|
include( BundleUtilities )
|
||||||
fixup_bundle( ${OSX_BUNDLE_BUILD_BIN_DIR}/kicad-ogltest
|
fixup_bundle( ${OSX_BUNDLE_BUILD_BIN_DIR}/kicad-ogltest
|
||||||
\"\"
|
\"\"
|
||||||
\" ${KICAD_BUNDLE_LIBS}\"
|
\"${KICAD_BUNDLE_LIBS}\"
|
||||||
)
|
)
|
||||||
" COMPONENT Runtime
|
" COMPONENT Runtime
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue