Skip to content

Commit

Permalink
Merge pull request #405 from NiLuJe/master
Browse files Browse the repository at this point in the history
Unfuck my previous LUA_LIBDIR change for lua-Spore
  • Loading branch information
Frenzie committed Apr 13, 2016
2 parents 8e39d61 + 5558703 commit 3ca13f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.third
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ $(LUA_SPORE_ROCK): $(THIRDPARTY_DIR)/lua-Spore/CMakeLists.txt
$(CMAKE) -DOUTPUT_DIR="$(CURDIR)/$(OUTPUT_DIR)" \
-DLUA_SPORE_VER=$(LUA_SPORE_VER) -DLD="$(CC)" \
-DCC="$(CC)" -DCFLAGS="$(CFLAGS) -I$(LUAJIT_DIR)/src" \
-DLUA_INCDIR="$(LUAJIT_DIR)/src" -DLUA_LIBDIR="$(CURDIR)/$(LUAJIT_LIB)" \
-DLUA_INCDIR="$(LUAJIT_DIR)/src" -DLUA_LIBDIR="$(CURDIR)/$(dir $(LUAJIT_LIB))" \
$(if $(ANDROID),-DLDFLAGS="$(LDFLAGS) $(CURDIR)/$(LUAJIT_LIB)",) \
$(CURDIR)/$(THIRDPARTY_DIR)/lua-Spore && \
$(MAKE)
Expand Down

0 comments on commit 3ca13f3

Please sign in to comment.