ref: 0ad7c4c9b6540e8b990a4eff2e84e223b8d900c0
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