Compare commits

...

2 Commits

Author SHA1 Message Date
509a3d1235 Build with ldc 2024-01-09 15:08:08 -05:00
2c3a49761c Update modules/gl3n 2024-01-09 15:07:28 -05:00
3 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

@ -9,7 +9,7 @@
url = https://github.com/DerelictOrg/DerelictGL3
[submodule "modules/gl3n"]
path = modules/gl3n
url = https://github.com/Dav1dde/gl3n
url = https://github.com/holtrop/gl3n
[submodule "modules/glamour"]
path = modules/glamour
url = https://github.com/Dav1dde/glamour

View File

@ -1,5 +1,5 @@
configure do
check_d_compiler
check_d_compiler "ldc"
check_cfg package: "freetype2"
end
@ -24,7 +24,7 @@ env "app" do |env|
"modules/glamour",
"modules/dft/src",
]
env["DFLAGS"] += ["-fversion=Derelict3", "-fversion=gl3n", "-fversion=SDLImage2"]
env["DFLAGS"] += ["--d-version=Derelict3", "--d-version=SDLImage2"]
env["LDFLAGS"] += ["-static-libgcc"]
env.Program("^/app", sources)
end

@ -1 +1 @@
Subproject commit 38163664f5d960ba92c8d2fe8ab058601e7dd5ab
Subproject commit cb233335f50d9cc12f055715b9b42955bf3d379e