put USE_NINJA=No back

CMake Error at cmake_install.cmake:88 (file):
  file INSTALL cannot find "/pobj/openclonk-8.1/build-i386/Objects.ocd": No        such file or directory.
This commit is contained in:
sthen 2022-09-05 08:03:13 +00:00
parent bef9ad9742
commit 7904ddc74f
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ CONFIGURE_ARGS += -DFREETYPE_INCLUDE_DIRS="${X11BASE}/include/freetype2" \
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib
# Random, intermittent failures with Ninja during fake.
USE_NINJA = No
NO_TEST = Yes
WRKDIST = ${WRKDIR}/openclonk-release-${V}-src