mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -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:
parent
3f74da0e73
commit
b5622bee3a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
SHOBJ_LDFLAGS = -dynamiclib -current_version 1.0
|
SHOBJ_LDFLAGS = -dynamiclib
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
Loading…
Reference in a new issue