ref: 77fd9aa4f0d9eabdf5073911cbbca2449b7522b9
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