[MacOSX] fixes some interations with KicadOSXBuilder

This commit is contained in:
Marco Serantoni 2014-03-10 23:37:59 +01:00
parent 4fd3dbb5a5
commit 5feddb8cac
1 changed files with 5 additions and 3 deletions

View File

@ -661,9 +661,11 @@ if( KICAD_SCRIPTING_MODULES )
COMMENT "Copying wxPython into pcbnew.app Frameworks"
)
# Tell that we have to run osx_fix_bundles fix after building _pcbnew and migrating wxPython
add_dependencies( osx_fix_bundles pcbnew_copy_wxpython_module )
add_dependencies( osx_fix_bundles _pcbnew )
if( KICAD_BUILD_DYNAMIC )
# Tell that we have to run osx_fix_bundles fix after building _pcbnew and migrating wxPython
add_dependencies( osx_fix_bundles pcbnew_copy_wxpython_module )
add_dependencies( osx_fix_bundles _pcbnew )
endif()
endif()
endif()