1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Try without -current_version

Seems to only work on OS X; fails on Travis
https://travis-ci.org/sstephenson/rbenv/jobs/16384866
This commit is contained in:
Mislav Marohnić
2014-01-04 22:04:59 +01:00
parent 3f74da0e73
commit b5622bee3a

View File

@@ -1,4 +1,4 @@
SHOBJ_LDFLAGS = -dynamiclib -current_version 1.0
SHOBJ_LDFLAGS = -dynamiclib
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<