mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Make funcfiftlib compilation compatible with modern compilers (#618)
* wip: make funcfiftlib compilation compatible with modern compilers * wip: add methods needed for another compiler * fix: tdutils port config if emscripten * feat: func source and realpath callback * fix: invalid fift compilation exceptions --------- Co-authored-by: krigga <krigga7@gmail.com>
This commit is contained in:
parent
82e231d0a7
commit
4590ed381b
8 changed files with 142 additions and 31 deletions
|
@ -123,5 +123,7 @@ int main(int argc, char* const argv[]) {
|
|||
sources.push_back(std::string(argv[optind++]));
|
||||
}
|
||||
|
||||
funC::read_callback = funC::fs_read_callback;
|
||||
|
||||
return funC::func_proceed(sources, *outs, std::cerr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue