Skip to content

Commit 02d144f

Browse files
committed
test
1 parent 3e7bd0b commit 02d144f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OS := $(shell uname)
4343
ifeq ($(OS),Darwin)
4444
SONAME := install_name,@rpath/
4545
else
46-
SONAME := soname
46+
SONAME := soname,
4747
endif
4848

4949

@@ -76,7 +76,7 @@ v : $(allobj)
7676
$(CC) $^ -o $@ $(OFLAGS)
7777

7878
v.so: $(allpic)
79-
$(CC) $^ -shared -Wl,-$(SONAME),$@ $(OFLAGS) -o $@
79+
$(CC) $^ -shared -Wl,-$(SONAME)$@ $(OFLAGS) -o $@
8080

8181

8282
$(OBJDIR)/%.o : $(SRCDIR)/%.c

0 commit comments

Comments
 (0)