Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from jacobmarble/master
Browse files Browse the repository at this point in the history
OS X package support part A
  • Loading branch information
simoncadman committed May 5, 2014
2 parents 62e72aa + 5f36a07 commit bb87d19
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/darwin/preinstall
@@ -0,0 +1,11 @@
#! /bin/sh

# Installs the Python packages required by CUPS Cloud Print.

sudo /usr/bin/easy_install httplib2

# A bug in Xcode-plus-Python prevents pycups from building without these env args.
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
sudo -E /usr/bin/easy_install pycups

0 comments on commit bb87d19

Please sign in to comment.