Compare commits
No commits in common. "2edd93e04a0f7aa1baf39c2e265774d7c5ad73a9" and "3bef28223bad562b41ec594b3c283d2707a8960f" have entirely different histories.
2edd93e04a
...
3bef28223b
2 changed files with 2 additions and 5 deletions
|
|
@ -582,9 +582,6 @@ pub fn build_exe(
|
|||
if (use_llvm) |value| {
|
||||
exe.use_llvm = value;
|
||||
exe.use_lld = value;
|
||||
} else {
|
||||
exe.use_llvm = true;
|
||||
exe.use_lld = true;
|
||||
}
|
||||
if (pie) |value| exe.pie = value;
|
||||
exe.root_module.addImport("build_options", options_mod);
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
.hash = "thespian-0.0.1-owFOjtseBgA9KTb5dsA3KMcKj6sbXskYs3hxjHs4z3ub",
|
||||
},
|
||||
.themes = .{
|
||||
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-f1074c46d934ec171e44b1c3a1fdfc1ef38e2667/flow-themes.tar.gz",
|
||||
.hash = "N-V-__8AAK88IwAuRxgh-x0ikK2KRhXCvCg8joy5mLlH0Ffk",
|
||||
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-0efb55c633a836594b74881e88bf73750e5287df/flow-themes.tar.gz",
|
||||
.hash = "N-V-__8AAK88IwAApi02FoN2ycGAkXwiw1lTOOSGdxMm0TXr",
|
||||
},
|
||||
.fuzzig = .{
|
||||
.url = "https://github.com/fjebaker/fuzzig/archive/4251fe4230d38e721514394a485db62ee1667ff3.tar.gz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue