libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x
This commit is contained in:
parent
e620bdac3e
commit
005fd26cf6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ src/axtls-compat.o: src/libaxtls.a src/axtls-compat.c
|
|||
endif
|
||||
|
||||
compile: $(NIXIO_OBJ)
|
||||
$(LINK) $(SHLIB_FLAGS) $(NIXIO_LDFLAGS) -o src/$(NIXIO_SO) $(NIXIO_OBJ) $(NIXIO_LDFLAGS_POST)
|
||||
$(LINK) $(SHLIB_FLAGS) -o src/$(NIXIO_SO) $(NIXIO_OBJ) $(NIXIO_LDFLAGS) $(NIXIO_LDFLAGS_POST)
|
||||
mkdir -p dist$(LUA_LIBRARYDIR)
|
||||
cp src/$(NIXIO_SO) dist$(LUA_LIBRARYDIR)/$(NIXIO_SO)
|
||||
|
||||
|
|
Loading…
Reference in a new issue