From 3d978c31a7fd37d633ca2baf749b2e9f187a0b8f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 18 Dec 2016 12:06:58 +0100 Subject: MacOSX: use Yasm to build Twofish 64-bit assembly code on OSX since native compiler doesn't support GAS syntax --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 00e6e5b3..dea172f6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,6 +39,7 @@ export AR ?= ar export CC ?= gcc export CXX ?= g++ export AS := nasm +export YASM := yasm export RANLIB ?= ranlib export CFLAGS := -Wall @@ -251,6 +252,7 @@ ifeq "$(shell uname -s)" "Darwin" endif AS := $(BASE_DIR)/Build/Tools/MacOSX/nasm + YASM := $(BASE_DIR)/Build/Tools/MacOSX/yasm ASFLAGS += --prefix _ ifeq "$(TC_BUILD_CONFIG)" "Release" -- cgit v1.2.3