ref: 6f58a0c1f756e625169f67ff2d228cc2e39149be
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