diff options
Diffstat (limited to 'lang/luarocks/Makefile')
-rw-r--r-- | lang/luarocks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luarocks/Makefile b/lang/luarocks/Makefile index e0a0f5711..7519f8f7c 100644 --- a/lang/luarocks/Makefile +++ b/lang/luarocks/Makefile @@ -41,7 +41,7 @@ endef CONFIGURE_ARGS = \ --prefix=$(CONFIGURE_PREFIX) \ --sysconfdir=/etc \ - --with-lua=$(STAGING_DIR_HOST) + --with-lua=$(STAGING_DIR)/host define Build/Compile $(call Build/Compile/Default,build) |