Commit a31dcff4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: build lua as PIC

parent 2b48ff18
......@@ -49,7 +49,7 @@ endif
$(MOVE)
.lua: lua
cd $< && $(HOSTVARS) $(MAKE) $(LUA_TARGET)
cd $< && $(HOSTVARS_PIC) $(MAKE) $(LUA_TARGET)
ifdef HAVE_WIN32
cd $</src && $(HOSTVARS) $(MAKE) liblua.a
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment