Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[binaries] | |
c = 'i686-w64-mingw32-gcc' | |
cpp = 'i686-w64-mingw32-g++' | |
ar = 'i686-w64-mingw32-ar' | |
strip = 'i686-w64-mingw32-strip' | |
[properties] | |
c_args=['-msse', '-msse2'] | |
cpp_args=['-msse', '-msse2'] | |
c_link_args = ['-static', '-static-libgcc'] | |
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++'] | |
needs_exe_wrapper = true | |
[host_machine] | |
system = 'windows' | |
cpu_family = 'x86' | |
cpu = 'x86' | |
endian = 'little' |