File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ $(GEOS_DIR)/Makefile: $(C_DEPS_DIR)/geos-rebuild | bin/.submodules-initialized
558
558
@# NOTE: If you change the CMake flags below, bump the version in
559
559
@# $(C_DEPS_DIR)/geos-rebuild. See above for rationale.
560
560
cd $(GEOS_DIR ) && \
561
- cmake $(xcmake-flags ) $(GEOS_SRC_DIR ) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC
561
+ cmake $(xcmake-flags ) $(GEOS_SRC_DIR ) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=" -fPIC -include cstddef -include cstdint "
562
562
@# Copy geos/export.h to the capi include directory to avoid needing multiple include
563
563
@# directories.
564
564
mkdir $(GEOS_DIR ) /capi/geos
Original file line number Diff line number Diff line change 1
1
Bump the version below when changing geos configure flags. Search for "BUILD
2
2
ARTIFACT CACHING" in build/common.mk for rationale.
3
3
4
- 8
4
+ 9
You can’t perform that action at this time.
0 commit comments