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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
178 B
Plaintext
Raw Normal View History

2025-10-09 14:15:47 +02:00
$(LUA_SO): $(CORE_O) $(LIB_O)
$(CC) -shared $(LIBS) -Wl,-soname,$(LUA_SO).$(V) -o $@.$(R) $? $(MYLDFLAGS)
ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V)
ln -sf $(LUA_SO).$(R) $(LUA_SO)