mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 << "extern const char " << targetName << "[];\n";
|
||||
targetStringStream << "const char " << targetName << "[] = \n";
|
||||
targetStringStream << "extern const char " << targetName << "[] = \n";
|
||||
|
||||
// Write the pages content
|
||||
for (auto page : pages) {
|
||||
|
|
Loading…
Reference in a new issue