summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-22 18:49:59 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-22 18:49:59 +0000
commit45f24c8c606db21bcc7ec2925f14be359a75dbb0 (patch)
tree21f2acd278229c7f01a2e53c74622faf15dafec6 /setup.py
parent7b9867032ea5224858eec0a0eee968a42a1acf1a (diff)
downloadm2crypto-45f24c8c606db21bcc7ec2925f14be359a75dbb0.tar.gz
A test-only change slipped in, foo -> usr.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@565 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 81269b1..3bdbe95 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
self.openssl = 'c:\\pkg'
else:
self.libraries = ['ssl', 'crypto']
- self.openssl = '/foo'
+ self.openssl = '/usr'
def finalize_options(self):