ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MSYS2
/
mingw32
/
etc
/
gdbinit
Revision:
1166
Committed:
Tue Oct 26 14:22:36 2021 UTC
(3 years, 11 months ago) by
rossy
File size:
180 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
File Contents
#
Content
1
python
2
import sys
3
sys.path.insert(0, sys.path[0] + '/../../gcc-11.2.0/python')
4
from libstdcxx.v6.printers import register_libstdcxx_printers
5
register_libstdcxx_printers (None)
6
end