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 $@ $<