intel partitioning system: fix Jamfile
* Appears $(TARGET_ARCH) is the correct variable to use here.
This commit is contained in:
parent
d8ba3b0990
commit
e20eba976b
@ -10,7 +10,7 @@ BuildMBR [ FGristFiles mbr.bin ] : mbr.S ;
|
||||
DataFileToSourceFile [ FGristFiles MBR.h ] : [ FGristFiles mbr.bin ]
|
||||
: kMBR : kMBRSize ;
|
||||
|
||||
if $(HAIKU_ARCH) = "x86" || $(HAIKU_ARCH) = "x86"64 {
|
||||
if $(TARGET_ARCH) = "x86" || $(TARGET_ARCH) = "x86_64" {
|
||||
Depends [ FGristFiles PartitionMapWriter.cpp ] : [ FGristFiles MBR.h ] ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user