summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-04-08 21:44:46 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-04-08 21:44:46 +0200
commitae9e7b5a4a28ef549cc047f94f41aae8c24de2b6 (patch)
tree2dcf6d230463e67d721e72a763b581e9d7893524 /Makefile
parenta95a5bcf2f9ee4cba8e33bcc9e6ce668260026d3 (diff)
downloadmpv-ae9e7b5a4a28ef549cc047f94f41aae8c24de2b6.tar.bz2
mpv-ae9e7b5a4a28ef549cc047f94f41aae8c24de2b6.tar.xz
make: add osxbundle-skip-deps
This adds a way to generate a Mac OS X application bundle without the bundled dependencies. fixes #57
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9bf761aa1f..6cd62d1bf3 100644
--- a/Makefile
+++ b/Makefile
@@ -461,6 +461,9 @@ tags:
osxbundle:
@TOOLS/osxbundle.py mpv
+osxbundle-skip-deps:
+ @TOOLS/osxbundle.py --skip-deps mpv
+
-include $(DEP_FILES)
.PHONY: all *install* *clean .version