Removed files related to cross-compilation.
I had a ton of issues related to cross-compilation (libraries not found, clashing function names with raylib, improper linking), and I realized that it's too much work to cross-compile, _and_ I'm using a build system. Instead, I'm probably just going to use my Windows VM to compile for Windows. I still haven't decided what to do for Mac, though.master
parent
4b3d5387a1
commit
ff8dc1f1f7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +0,0 @@
|
|||||||
[binaries]
|
|
||||||
c = 'x86_64-w64-mingw32-g++'
|
|
||||||
cpp = 'x86_64-w64-mingw32-g++'
|
|
||||||
ar = 'x86_64-w64-mingw32-ar'
|
|
||||||
strip = 'x86_64-w64-mingw32-strip'
|
|
||||||
exe_wrapper = 'wine64'
|
|
||||||
|
|
||||||
[host_machine]
|
|
||||||
system = 'windows'
|
|
||||||
cpu_family = 'x86_64'
|
|
||||||
cpu = 'x86_64'
|
|
||||||
endian = 'little'
|
|
Loading…
Reference in New Issue