Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 26, 2024
1 parent 68f5352 commit c90e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/flatgeobuf/Makefile.in
Expand Up @@ -26,7 +26,7 @@ CXX = @FLATGEOBUF_CXX@
# This ugly -Dflatbuffers=postgis_flatbuffers is to prevent potential subtle
# clash with other flatbuffers copies that could come from GDAL or its
# dependencies.
CXXFLAGS =-I../../liblwgeom -Iinclude I$(top_builddir)/liblwgeom -I$(srcdir)/include @CPPFLAGS@ @CXXFLAGS@ @PICFLAGS@ -Dflatbuffers=postgis_flatbuffers
CXXFLAGS =-I../../liblwgeom -Iinclude -I$(top_builddir)/liblwgeom -I$(srcdir)/include @CPPFLAGS@ @CXXFLAGS@ @PICFLAGS@ -Dflatbuffers=postgis_flatbuffers

LDFLAGS = @LDFLAGS@
top_builddir = @top_builddir@
Expand Down

0 comments on commit c90e282

Please sign in to comment.