Files
raylib/src
Michael Anghelone 70286c7cdc Makefile change for cross compiling. (#3176)
Working from wsl and compiling for windows this change makes it much easier to compile a static library for windows on arm.
To compile a static library for windows on arm:

```
make PLATFORM=PLATFORM_DESKTOP TARGET_OS=WINDOWS CROSS_CC=/llvm/bin/aarch64-w64-mingw32-gcc CROSS_AR=/llvm/bin/aarch64-w64-mingw32-ar
```

This does not work to compile a shared library yet, only static.
2023-07-16 13:08:55 +02:00
..
2023-07-12 15:49:38 +02:00
2023-06-18 11:48:50 +02:00
2023-03-22 12:43:18 +01:00
2023-03-15 17:51:23 +01:00
2023-05-01 14:04:22 +02:00
2023-01-01 16:07:51 +01:00
2023-07-02 17:48:00 +02:00
2018-09-26 16:02:42 +02:00
2023-01-01 16:07:51 +01:00
2023-06-24 13:26:43 +02:00
2023-07-02 10:51:39 +02:00
2023-06-17 16:48:18 +02:00
2023-01-01 16:07:51 +01:00