Skip to content

Commit

Permalink
build(lua-Spore): use GCC as linker
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Mar 17, 2016
1 parent 3b630d9 commit b4b578c
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 @@ -454,7 +454,7 @@ $(LUA_SPORE_ROCK): $(THIRDPARTY_DIR)/lua-Spore/CMakeLists.txt
-rm -f $(LUA_SPORE_ROCK)
cd $(LUA_SPORE_BUILD_DIR) && \
$(CMAKE) -DOUTPUT_DIR="$(CURDIR)/$(OUTPUT_DIR)" \
-DLUA_SPORE_VER=$(LUA_SPORE_VER) -DLD="$(LD)" \
-DLUA_SPORE_VER=$(LUA_SPORE_VER) -DLD="$(CC)" \
-DCC="$(CC)" -DCFLAGS="$(CFLAGS) -I$(LUAJIT_DIR)/src" \
$(if $(ANDROID),-DLDFLAGS="$(LDFLAGS) $(CURDIR)/$(LUAJIT_LIB)",) \
$(CURDIR)/$(THIRDPARTY_DIR)/lua-Spore && \
Expand Down

0 comments on commit b4b578c

Please sign in to comment.