ref: 70802891b276b44a73fbd3634f2b8611e3f31c72
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