Skip to content

Commit 2108bdb

Browse files
committed
const lib name
1 parent bfb79cc commit 2108bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LibStereoKit.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using CEnum
66
# Automatically generated file - do not edit
77
#
88

9-
StereoKitC = joinpath(@__DIR__, "StereoKitC.dll")
9+
const StereoKitC = joinpath(@__DIR__, "StereoKitC.dll")
1010

1111
function __init__()
1212
# TODO - make a proper 'artifact'

prologue.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Automatically generated file - do not edit
33
#
44

5-
StereoKitC = joinpath(@__DIR__, "StereoKitC.dll")
5+
const StereoKitC = joinpath(@__DIR__, "StereoKitC.dll")
66

77
function __init__()
88
# TODO - make a proper 'artifact'

0 commit comments

Comments
 (0)