correct library path in fixup_bandle().

* Fix build failure on MacOS X 10.15.6.
This commit is contained in:
SUENAGA Hiroki 2020-08-04 01:25:21 +09:00 committed by Seth Hillbrand
parent c57c168753
commit 27d319b2df
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if( APPLE )
include( BundleUtilities )
fixup_bundle( ${OSX_BUNDLE_BUILD_BIN_DIR}/kicad-ogltest
\"\"
\" ${KICAD_BUNDLE_LIBS}\"
\"${KICAD_BUNDLE_LIBS}\"
)
" COMPONENT Runtime
)