Skip to content
Snippets Groups Projects
Commit eaf81457 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 8c14ba95
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment