Skip to content
Snippets Groups Projects
Commit c4c0377a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo that preventing the nightlies from building since Dec-12/13.

parent 28a9afef
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1165 passed
......@@ -102,7 +102,7 @@ if(platform=="win32") {
builds.push(["src/sbbs3/useredit" ,"build.bat"
,"> " + build_output]);
} else { /* Unix */
builds.unshift["src/sbbs3" ,"make git_branch.h git_hash.h"]);
builds.unshift(["src/sbbs3" ,"make git_branch.h git_hash.h"]);
builds.push(["src/sbbs3" ,"make RELEASE=1 all" ,"2> " + build_output]);
builds.push(["src/sbbs3" ,"make RELEASE=1 gtkutils" ,"2> " + build_output]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment