Skip to content

Commit

Permalink
lua: fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed May 5, 2013
1 parent 3a3b42d commit 1ede155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/lua/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sedit "s@CFLAGS=@CFLAGS+=@" src/Makefile &&
CFLAGS+=" -fPIC" &&
sedit "s:TO_LIB=:\0 liblua.so.5.2:" Makefile &&

sedit "s:/usr/local:/usr:" Makefile &&
sedit "s:/usr/local:/usr:" Makefile src/luaconf.h &&

(
cat > lua.pc <<EOF
Expand Down

0 comments on commit 1ede155

Please sign in to comment.