mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Fix compiler output argument in homescreen
This commit is contained in:
parent
a24abdae19
commit
e9eab32b2f
@ -203,7 +203,7 @@ int main(int argc, const char* argv[]) {
|
||||
}
|
||||
// Executable
|
||||
if (!executable_content_.empty()) {
|
||||
line.push_back(text(L" -O ") | bold);
|
||||
line.push_back(text(L" -o ") | bold);
|
||||
line.push_back(text(executable_content_) | color(Color::BlueLight) |
|
||||
bold);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user