In the TBB 3.x build process, it relies upon cross-compilation (ubuntu host, windows target) to produce executables for windows. To make integration with TBB 3.x as easy as possible, we should natively support this configuration in our Makefile.
Most importantly, we should not assume that that build platform is the same as the target platform.
In the TBB 3.x build process, it relies upon cross-compilation (ubuntu host, windows target) to produce executables for windows. To make integration with TBB 3.x as easy as possible, we should natively support this configuration in our Makefile.
Most importantly, we should not assume that that build platform is the same as the target platform.