We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd7218 commit b1dfb4cCopy full SHA for b1dfb4c
Makefile
@@ -558,7 +558,7 @@ $(GEOS_DIR)/Makefile: $(C_DEPS_DIR)/geos-rebuild | bin/.submodules-initialized
558
@# NOTE: If you change the CMake flags below, bump the version in
559
@# $(C_DEPS_DIR)/geos-rebuild. See above for rationale.
560
cd $(GEOS_DIR) && \
561
- cmake $(xcmake-flags) $(GEOS_SRC_DIR) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS="-fPIC -include cstdint"
+ cmake $(xcmake-flags) $(GEOS_SRC_DIR) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS="-fPIC -include cstddef -include cstdint"
562
@# Copy geos/export.h to the capi include directory to avoid needing multiple include
563
@# directories.
564
mkdir $(GEOS_DIR)/capi/geos
0 commit comments