mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 03:10:01 +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
|
// Executable
|
||||||
if (!executable_content_.empty()) {
|
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) |
|
line.push_back(text(executable_content_) | color(Color::BlueLight) |
|
||||||
bold);
|
bold);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user