mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
Trying to fix Android build error
This commit is contained in:
parent
814de4ab81
commit
420b58fd5b
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ int main (int argc, char** argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
targetStringStream << "// File generated by Scribe " << vars["_SCRIBE_DATE"] << std::endl;
|
targetStringStream << "// File generated by Scribe " << vars["_SCRIBE_DATE"] << std::endl;
|
||||||
targetStringStream << "extern const char " << targetName << "[];\n";
|
targetStringStream << "extern const char " << targetName << "[] = \n";
|
||||||
targetStringStream << "const char " << targetName << "[] = \n";
|
|
||||||
|
|
||||||
// Write the pages content
|
// Write the pages content
|
||||||
for (auto page : pages) {
|
for (auto page : pages) {
|
||||||
|
|
Loading…
Reference in a new issue