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