diff options
Diffstat (limited to 'src/Volume/Volume.make')
-rw-r--r-- | src/Volume/Volume.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index f6a8cec8..40f1281d 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make | |||
@@ -76,7 +76,7 @@ ifeq "$(PLATFORM)" "MacOSX" | |||
76 | rm -fr ../Crypto/Aes_x86.o ../Crypto/Aes_x64.o | 76 | rm -fr ../Crypto/Aes_x86.o ../Crypto/Aes_x64.o |
77 | ../Crypto/Twofish_asm.oo: ../Crypto/Twofish_x64.S | 77 | ../Crypto/Twofish_asm.oo: ../Crypto/Twofish_x64.S |
78 | @echo Assembling $(<F) | 78 | @echo Assembling $(<F) |
79 | $(CC) -arch x86_64 -c ../Crypto/Twofish_x64.S -o ../Crypto/Twofish_asm.oo | 79 | $(YASM) -p gas -f macho64 -o ../Crypto/Twofish_asm.oo ../Crypto/Twofish_x64.S |
80 | endif | 80 | endif |
81 | 81 | ||
82 | include $(BUILD_INC)/Makefile.inc | 82 | include $(BUILD_INC)/Makefile.inc |