ref: b92683691f097024a800a0478e36abf94b9ac124
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