Skip to content

Commit

Permalink
Attempt #2 at proper multiplatform distillation for pants.pex.
Browse files Browse the repository at this point in the history
(sapling split of 50491bc04eaf3085d9e8b7f018edfbce68d92da1)
  • Loading branch information
jsirois committed May 9, 2013
1 parent 6f82710 commit 7fd8c14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ platforms: ['current']


[python-repos]
repos: [
'https://raw.github.com/twitter/commons/binaries/pants/third_party/python/dist/index.html']

indices: ['pypi.python.org']

allow_pypi: True


5 changes: 5 additions & 0 deletions src/python/twitter/pants/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ python_binary(
dependencies = [
pants(":pants-lib")
],
platforms = [
'current',
'macosx-10.8-intel',
'linux-x86_64'
]
)

python_binary(
Expand Down

0 comments on commit 7fd8c14

Please sign in to comment.