Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • next protected
  • UI-EvenMoreTweaks
  • merge/materials_featurette protected
  • merge/webrtc protected
  • darl/linux-sh-installer
  • xenhat/maint/bolt
  • xenhat/features/cinematic-mode-new
  • screensquare
  • ssestuff
  • spdlog
  • 7.1.7.2486-beta
  • 7.1.4.2442-beta
  • 7.1.4.2413-beta
  • 7.1.3.2338-beta
  • 7.1.3.2332-beta
  • 7.1.2.2304-beta
  • 7.1.1.2251-beta
  • 7.0.1.2244-beta
  • 7.0.1.2240-beta
  • 7.0.1.2230-beta
  • 7.0.1.2206-beta
22 results

viewer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nat Goodspeed authored
    viewer_manifest is run twice by CMakeLists.txt: once with --actions=copy and
    once with the default actions copy and package. The fact that we (try to) move
    the Mac viewer executable both times has confused things on a number of
    occasions. Currently it's bollixing our attempt to run dsymutil on the
    executable so we can package up the Mac symbols for both codeticket and
    BugSplat.
    
    Introduce DarwinManifest.is_rearranging() that tests whether either "package"
    or "unpacked" is in self.args["actions"], echoing an earlier test. Make
    several things conditional on that, notably moving the executable.
    42931d67
    History