ref: 903f2659658db6db3adfeb0dcd9f591a5a50afe0
dir: /build/platform-darwin.mk/
ASM = nasm CFLAGS += -Wno-deprecated-declarations -Werror -fPIC -DMACOS -DMT_ENABLED LDFLAGS += -lpthread ASMFLAGS += --prefix _ -DNOPREFIX ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f macho64 else ASMFLAGS += -f macho endif