Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Avoid unnecessary bundle copies on OS X:
- Make "copy data into bundle" depend on the files actually being changed, rather than being run on every build. - postprocess_bundle depends on system files and checking the Dolphin binary and all that, and would be iffy to try to avoid rerunning; but it's only needed to produce a redistributable bundle, so add SKIP_POSTPROCESS_BUNDLE to skip it for development.
- Loading branch information
Showing
2 changed files
with
71 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters