diff options
| author | Michael Anghelone <[email protected]> | 2023-07-16 07:08:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-16 13:08:55 +0200 |
| commit | 70286c7cdc6d972c63704ad957c18065f6a44cfe (patch) | |
| tree | dc93ae1dc84c4d56cd4ed3c035f91a752645eae7 /examples/core | |
| parent | b980268ba7fd1fb5083546ca3f0b20f3390fe128 (diff) | |
| download | raylib-70286c7cdc6d972c63704ad957c18065f6a44cfe.tar.gz raylib-70286c7cdc6d972c63704ad957c18065f6a44cfe.zip | |
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.
Diffstat (limited to 'examples/core')
0 files changed, 0 insertions, 0 deletions
