Sorry, my last commit was incomplete
This commit is contained in:
@@ -175,9 +175,9 @@ rule AssembleNasm
|
||||
actions AssembleNasm
|
||||
{
|
||||
if test $(ASFLAGS) ; then
|
||||
$(HAIKU_YASM) -d $(ASFLAGS) -f elf32 -o $(1) $(2);
|
||||
$(HAIKU_NASM) -d $(ASFLAGS) -f elf32 -o $(1) $(2);
|
||||
else
|
||||
$(HAIKU_YASM) -f elf32 -o $(1) $(2);
|
||||
$(HAIKU_NASM) -f elf32 -o $(1) $(2);
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user