1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Dominic Evans
fd6a5512b6 Sync .app bundle timestamp during build
Fixes #1717.
2018-10-31 19:48:04 +00:00
Matthias Bussonnier
24533d2c5d Make the macOS bundle compatible osx 10.12
On macOS 10.12.6, running `make app` creates a bundle that refuses to
start (it complains application is only compatible with more recent
versions of macOS). The binary works great when running it directly.

To resolve this, the `MACOSX_DEPLOYMENT_TARGET` environment
variable is now set automatically from the makefile. This allows
building on macOS 10.12 and earlier, without negatively impacting the
later versions of macOS.
2018-10-03 01:38:03 +00:00
Craig Furman
015a6d4c03 Make compilation of binary a phony target 2018-06-26 20:35:50 +00:00
Semyon Pisarev
2f0e31888f Add tiny wrapper to start from '$HOME' 2017-03-06 10:27:25 -08:00
Semyon Pisarev
dc72b1324f Add install target 2017-03-06 10:27:25 -08:00
Petter Uvesten
0a6ffaab5f Updated Makefile to put binary in subdir 2017-03-06 10:27:25 -08:00
Semyon Pisarev
0ef98733ea Add Makefile and .app 2017-03-06 10:27:25 -08:00