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 ...@@ -49,7 +49,7 @@ endif
$(MOVE) $(MOVE)
.lua: lua .lua: lua
cd $< && $(HOSTVARS) $(MAKE) $(LUA_TARGET) cd $< && $(HOSTVARS_PIC) $(MAKE) $(LUA_TARGET)
ifdef HAVE_WIN32 ifdef HAVE_WIN32
cd $</src && $(HOSTVARS) $(MAKE) liblua.a cd $</src && $(HOSTVARS) $(MAKE) liblua.a
endif 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