Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed Jun 4, 2024
1 parent 2bc6b3a commit a394a8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions osx/gdal-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ configure_gdal:
-DGDAL_CSHARP_TESTS=OFF \
-DGDAL_CSHARP_BUILD_NUPKG=OFF \
-DBUILD_PYTHON_BINDINGS=OFF \
-DBUILD_CSHARP_BINDINGS=OFF \
-DCSHARP_LIBRARY_VERSION=net$(DOTNET_VERSION) \
-DCSHARP_APPLICATION_VERSION=net$(DOTNET_VERSION) \
-DBUILD_CSHARP_BINDINGS=ON \
-DCSHARP_LIBRARY_VERSION=$(GDAL_CSHARP_VERSION) \
-DCSHARP_APPLICATION_VERSION=$(GDAL_CSHARP_VERSION) \
-DBUILD_JAVA_BINDINGS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DSQLite3_INCLUDE_DIR=$(VCPKG_INSTALLED_DYNAMIC)/include \
Expand Down
1 change: 1 addition & 0 deletions shared/GdalCore.opt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ LIBSHARED=$(PACKAGE_BUILD_ROOT)/$(__libshared)/$(RID)/$(__libshared)
GDAL_ROOT=$(BUILD_ROOT)/gdal-source
##### Dotnet version for GDAL
DOTNET_VERSION=8.0
GDAL_CSHARP_VERSION=net8.0

##### SWIG executable and interface
BASE_SWIG_=$(GDAL_ROOT)/swig
Expand Down
6 changes: 3 additions & 3 deletions unix/gdal-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ configure_gdal:
-DGDAL_CSHARP_TESTS=OFF \
-DGDAL_CSHARP_BUILD_NUPKG=OFF \
-DBUILD_PYTHON_BINDINGS=OFF \
-DBUILD_CSHARP_BINDINGS=OFF \
-DCSHARP_LIBRARY_VERSION=net$(DOTNET_VERSION) \
-DCSHARP_APPLICATION_VERSION=net$(DOTNET_VERSION) \
-DBUILD_CSHARP_BINDINGS=ON \
-DCSHARP_LIBRARY_VERSION=$(GDAL_CSHARP_VERSION) \
-DCSHARP_APPLICATION_VERSION=$(GDAL_CSHARP_VERSION) \
-DBUILD_JAVA_BINDINGS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DPROJ_INCLUDE_DIR=$(PROJ_BUILD)/include \
Expand Down

0 comments on commit a394a8f

Please sign in to comment.