Skip to content
Snippets Groups Projects
Commit 137c8db8 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-957: Previous commit skipped a couple assignments used later.

parent 42931d67
No related branches found
No related tags found
No related merge requests found
......@@ -930,11 +930,13 @@ def construct(self):
# top-level Info.plist is as generated by CMake
Info_plist = self.dst_path_of("Info.plist")
toplevel_MacOS = self.dst_path_of("MacOS")
# the one file in top-level MacOS directory is the trampoline to
# our nested launcher_app
if self.is_rearranging():
if not self.is_rearranging():
trampoline = ""
else:
with self.prefix(dst="MacOS"):
toplevel_MacOS = self.get_dst_prefix()
trampoline = self.put_in_file("""\
#!/bin/bash
open "%s" --args "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment