From 5db1cb2bb43640a60186ad8c4055dd2bf6fc98e1 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 9 Dec 2017 13:12:21 -0800 Subject: [pkg] add osx bundle script inside venv --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3e8d808..08247669 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,9 @@ doc: bundle_in_virtualenv: pkg/build_bundle_with_venv.sh +bundle_in_virtualenv_osx: + pkg/build_osx_bundle_with_venv.sh + docker_container: cd pkg/docker_bundle && docker build -t mybundle . -- cgit v1.2.3