mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
microperl compile fix with ccache enabled
Just a simple quote problem with $(HOSTCC) Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
8c1e029a3d
commit
43987641d3
@@ -32,7 +32,7 @@ $(MICROPERL_DIR)/.source: $(DL_DIR)/$(MICROPERL_SOURCE)
|
||||
|
||||
$(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
|
||||
# we need to build a perl for the host just for Errno.pm
|
||||
(cd $(MICROPERL_DIR); ./Configure -Dcc=$(HOSTCC) -de )
|
||||
(cd $(MICROPERL_DIR); ./Configure -Dcc="$(HOSTCC)" -de )
|
||||
touch $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user