소스 검색

local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH

Joshua Lock 15 년 전
부모
커밋
43a1d901f5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      build/conf/local.conf.sample

+ 2 - 1
build/conf/local.conf.sample

@@ -155,4 +155,5 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
 # The architecture to build SDK items for, by setting this you can build SDK
 # packages for architectures other than the host i.e. building i586 packages
 # on an x86_64 host.
-#SDK_ARCH="i586"
+# Supported values are i586 and x86_64
+#SDKMACHINE="i586"