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