diff --git a/recipes/ghostx/build.sh b/recipes/ghostx/build.sh index 9027e882edf0cd..9d2dcef4371c96 100644 --- a/recipes/ghostx/build.sh +++ b/recipes/ghostx/build.sh @@ -4,7 +4,7 @@ set -xe cd ./src/ -CC="${CC}" CXX="${CXX}" CC_FLAGS="${CFLAGS}" make -j"${CPU_COUNT}" +CC="${CC}" CXX="${CXX}" CC_FLAGS="${CFLAGS} -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR" make -j"${CPU_COUNT}" mkdir -p $PREFIX/bin install -m 755 ghostx $PREFIX/bin