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:
@ -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
|
||||
|
Reference in New Issue
Block a user