1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

OS X makefile: stop depending on JHBUILD_PREFIX.

People who use a packaging system other than jhbuild still ought to be
able to run the OS X GTK3 build, so now the gtk-mac-bundler command
finds out the locations of things by a more portable method.

(I've had this change lurking around uncommitted in a working tree for
a while, and only just found it in the course of doing other OS X-
related work. Oops.)
This commit is contained in:
Simon Tatham
2017-11-26 10:58:56 +00:00
parent 5b13a1b015
commit b6b91b8e17
3 changed files with 42 additions and 4 deletions

View File

@ -2,7 +2,11 @@
<app-bundle>
<meta>
<prefix name="default">${env:JHBUILD_PREFIX}</prefix>
<!-- If you try to use this script outside the makefile, you'll
have to set PUTTY_GTK_PREFIX_FROM_MAKEFILE by hand. See the
full rant in putty.bundle for further explanation. -->
<prefix name="default">${env:PUTTY_GTK_PREFIX_FROM_MAKEFILE}</prefix>
<run-install-name-tool/>
<gtk>gtk+-3.0</gtk>
<!-- Optionally specify a launcher script to use. If the