Merge pull request #2012 from jempatel/master
fix compilation failure when luasrcdiet is being copied to non existing directory
This commit is contained in:
commit
00c95d7906
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ endef
|
|||
|
||||
define Host/Install
|
||||
$(INSTALL_DIR) $(1)/bin
|
||||
$(INSTALL_DIR) $(1)/lib/lua/5.1
|
||||
$(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
|
||||
$(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
|
||||
|
|
Loading…
Reference in a new issue