apparently I shouldn't std::move on return, let's pray to the compiler
[laserbrain_demo] / setup_cross_env
1 # source this
2 export sys=mingw
3 export CC=i686-w64-mingw32-gcc
4 export CXX=i686-w64-mingw32-g++