Compare commits
No commits in common. "509a3d1235d90f53166267ff9200a6d37e89cf63" and "7ed099dfdfffcea1608da9c2da397e09be6f937f" have entirely different histories.
509a3d1235
...
7ed099dfdf
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -9,7 +9,7 @@
|
||||
url = https://github.com/DerelictOrg/DerelictGL3
|
||||
[submodule "modules/gl3n"]
|
||||
path = modules/gl3n
|
||||
url = https://github.com/holtrop/gl3n
|
||||
url = https://github.com/Dav1dde/gl3n
|
||||
[submodule "modules/glamour"]
|
||||
path = modules/glamour
|
||||
url = https://github.com/Dav1dde/glamour
|
||||
|
@ -1,5 +1,5 @@
|
||||
configure do
|
||||
check_d_compiler "ldc"
|
||||
check_d_compiler
|
||||
check_cfg package: "freetype2"
|
||||
end
|
||||
|
||||
@ -24,7 +24,7 @@ env "app" do |env|
|
||||
"modules/glamour",
|
||||
"modules/dft/src",
|
||||
]
|
||||
env["DFLAGS"] += ["--d-version=Derelict3", "--d-version=SDLImage2"]
|
||||
env["DFLAGS"] += ["-fversion=Derelict3", "-fversion=gl3n", "-fversion=SDLImage2"]
|
||||
env["LDFLAGS"] += ["-static-libgcc"]
|
||||
env.Program("^/app", sources)
|
||||
end
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cb233335f50d9cc12f055715b9b42955bf3d379e
|
||||
Subproject commit 38163664f5d960ba92c8d2fe8ab058601e7dd5ab
|
Loading…
x
Reference in New Issue
Block a user