diff options
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 3f04a1b63a..2b189232cb 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -398,7 +398,7 @@ set_icecc_env() { | |||
398 | # Don't let ccache find the icecream compiler links that have been created, otherwise | 398 | # Don't let ccache find the icecream compiler links that have been created, otherwise |
399 | # it can end up invoking icecream recursively. | 399 | # it can end up invoking icecream recursively. |
400 | export CCACHE_PATH="$PATH" | 400 | export CCACHE_PATH="$PATH" |
401 | export CCACHE_DISBALE="1" | 401 | export CCACHE_DISABLE="1" |
402 | 402 | ||
403 | export ICECC_VERSION ICECC_CC ICECC_CXX | 403 | export ICECC_VERSION ICECC_CC ICECC_CXX |
404 | export PATH="$ICE_PATH:$PATH" | 404 | export PATH="$ICE_PATH:$PATH" |