Skip to content

Commit 2b01cd6

Browse files
committed
try
1 parent e0ddd1d commit 2b01cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ $(GEOS_DIR)/Makefile: $(C_DEPS_DIR)/geos-rebuild | bin/.submodules-initialized
558558
@# NOTE: If you change the CMake flags below, bump the version in
559559
@# $(C_DEPS_DIR)/geos-rebuild. See above for rationale.
560560
cd $(GEOS_DIR) && \
561-
cmake $(xcmake-flags) $(GEOS_SRC_DIR) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-fPIC -include stdint.h" -DCMAKE_CXX_FLAGS="-fPIC -include cstdint"
561+
cmake $(xcmake-flags) $(GEOS_SRC_DIR) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS="-fPIC -include cstddef -include cstdint"
562562
@# Copy geos/export.h to the capi include directory to avoid needing multiple include
563563
@# directories.
564564
mkdir $(GEOS_DIR)/capi/geos

0 commit comments

Comments
 (0)