kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Support cross-compilation natively in Makefile #105

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

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.