Skip to content

Commit

Permalink
use luajit header files to build rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Mar 10, 2015
1 parent bd29103 commit fb6e46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ $(LUA_SPORE_ROCK):
&& luarocks make $(LUA_SPORE_ROCKSPEC) \
--to=$(CURDIR)/$(OUTPUT_DIR)/rocks \
$(if $(ANDROID),LDFLAGS="$(LDFLAGS) $(CURDIR)/$(LUAJIT_LIB)",) \
CC="$(CC)" CFLAGS="$(CFLAGS)" LD="$(LD)"
CC="$(CC)" CFLAGS="$(CFLAGS) -I$(CURDIR)/$(LUA_DIR)/src" LD="$(LD)"

# ===========================================================================
# helper target for creating standalone android toolchain from NDK
Expand Down

0 comments on commit fb6e46c

Please sign in to comment.