Skip to content

Commit 90a7955

Browse files
melonedovisr
authored andcommitted
Rename libgeos.jl to avoid name conflict
1 parent c1a44df commit 90a7955

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gen/generate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[general]
22
library_name = "libgeos"
3-
output_file_path = "../src/libgeos.jl"
3+
output_file_path = "../src/libgeos_api.jl"
44
# prologue_file_path = "prologue.jl"
55
use_julia_native_enum_type = false
66
print_using_CEnum = false

src/LibGEOS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module LibGEOS
2424
export contains
2525
end
2626

27-
include("libgeos.jl")
27+
include("libgeos_api.jl")
2828

2929
mutable struct GEOSError <: Exception
3030
msg::String
File renamed without changes.

0 commit comments

Comments
 (0)