diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a8321ed878..7bb68b8dc5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -7,7 +7,9 @@ | |||
| 7 | # | 7 | # |
| 8 | 8 | ||
| 9 | # Used by multilib code to change the library paths | 9 | # Used by multilib code to change the library paths |
| 10 | baselib = "lib" | 10 | baselib = "${BASELIB}" |
| 11 | BASELIB = "lib" | ||
| 12 | BASELIB_powerpc64 = "lib64" | ||
| 11 | 13 | ||
| 12 | # Path prefixes | 14 | # Path prefixes |
| 13 | export base_prefix = "" | 15 | export base_prefix = "" |
