mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix macos build bug caused by commit 2f5fdcf3.
This commit is contained in:
parent
6850e23fe0
commit
5d71153eab
@ -431,7 +431,7 @@ if( NOT APPLE )
|
|||||||
else()
|
else()
|
||||||
# everything without leading / is relative to CMAKE_INSTALL_PREFIX.
|
# everything without leading / is relative to CMAKE_INSTALL_PREFIX.
|
||||||
# CMAKE_INSTALL_PREFIX is root of .dmg image
|
# CMAKE_INSTALL_PREFIX is root of .dmg image
|
||||||
set( KICAD_BIN "."
|
set( KICAD_BIN ${CMAKE_INSTALL_PREFIX}
|
||||||
CACHE PATH "Location of KiCad binaries." FORCE )
|
CACHE PATH "Location of KiCad binaries." FORCE )
|
||||||
|
|
||||||
# some paths to single app bundle
|
# some paths to single app bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user