ref: 469820e3a24ea7dc73c76aa35fbf32b5ebdd9197
parent: 918b211990ec2ab891cac748aa3561d5b0db74f8
parent: d723ad27743e76413bc77a34137e23c0851ee4ec
author: Ethan Hugg <[email protected]>
date: Mon Mar 17 05:20:55 EDT 2014
Merge pull request #508 from mstorsjo/fix-yasm-osx Use -DPREFIX instead of --prefix _ on OS X
--- a/build/platform-darwin.mk
+++ b/build/platform-darwin.mk
@@ -4,7 +4,7 @@
CFLAGS += -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ifeq ($(ASM_ARCH), x86)
-ASMFLAGS += --prefix _
+ASMFLAGS += -DPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f macho64
else