Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
5feddb8c
Commit
5feddb8c
authored
Mar 10, 2014
by
Marco Serantoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MacOSX] fixes some interations with KicadOSXBuilder
parent
4fd3dbb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
pcbnew/CMakeLists.txt
+5
-3
No files found.
pcbnew/CMakeLists.txt
View file @
5feddb8c
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment