Version
3.5-2161
Branch
comex-random-stuff
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
aad013eff6e39c67c838f2a2075c1587368d3331
Change author
comex
Change description
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.