nixpkgs/pkgs/development/interpreters/lua-5/lua-dso.make

5 lines
178 B
Plaintext
Raw Normal View History

2015-06-02 17:31:34 +00:00
$(LUA_SO): $(CORE_O) $(LIB_O)
$(CC) -shared $(LIBS) -Wl,-soname,$(LUA_SO).$(V) -o $@.$(R) $? $(MYLDFLAGS)
2015-06-02 17:31:34 +00:00
ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V)
ln -sf $(LUA_SO).$(R) $(LUA_SO)