From 03aa9653d08498b5def5a11f4cd06a4bdbd146ce Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 28 Aug 2013 09:40:46 +0200 Subject: [PATCH] Move UsePrivateSystemHeaders into arch-specific block. --- src/system/glue/arch/x86_64/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/glue/arch/x86_64/Jamfile b/src/system/glue/arch/x86_64/Jamfile index 3dc2791b91..8546426ed9 100644 --- a/src/system/glue/arch/x86_64/Jamfile +++ b/src/system/glue/arch/x86_64/Jamfile @@ -1,10 +1,10 @@ SubDir HAIKU_TOP src system glue arch x86_64 ; -UsePrivateSystemHeaders ; - local architectureObject ; for architectureObject in [ MultiArchSubDirSetup x86_64 ] { on $(architectureObject) { + UsePrivateSystemHeaders ; + Objects crti.S crtn.S