diff options
-rw-r--r-- | lang/ponyc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile index 76947810a284..a0e572cf5152 100644 --- a/lang/ponyc/Makefile +++ b/lang/ponyc/Makefile @@ -31,7 +31,7 @@ MAKE_ENV= config=release verbose=true default_pic=true \ prefix=${PREFIX} arch=${PONYARCH} \ LLVM_CONFIG=llvm-config${LLVM_VERSION} -CONFLICTS_INSTALL= ponyc-static +CONFLICTS_INSTALL?= ponyc-static OPTIONS_DEFINE= DOCS DTRACE EXAMPLES STATIC OPTIONS_EXCLUDE_aarch64= DTRACE |