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