Commit Graph

11 Commits

Author SHA1 Message Date
Ignacio Roldán Etchevery
0a2b5f8fab Apple silicon: arm64 macOS and arm64 iOS simulator 2021-05-22 02:36:45 +02:00
Rémi Verschelde
1b5f2bb8d9
CI: Build with Mono 6.12.0.111 and Emscripten 1.39.9
This is what we'll be using for official builds for 3.2.4+.

Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
2020-11-16 17:17:03 +01:00
Rémi Verschelde
210f65f97a
Use /usr/bin/env python3 shebang 2020-10-13 14:55:12 +02:00
Ignacio Etcheverry
0e5cd48f05 Added Github Actions workflow 2020-05-14 22:01:26 +02:00
Ignacio Etcheverry
33622ee670 offsets-tool: new location and OSXCross support
Also fixed:
- 'os_utils.find_executable' was not working.
- Wrong macOS OSXCross tool prefix (was using target arch instead of host arch).
2020-04-16 15:28:28 +02:00
Ignacio Etcheverry
68efd63d6d Merge branch 'osxcross_libpath' 2020-04-07 19:29:07 +02:00
Ignacio Etcheverry
2e9e78f4e8 Fix '--osx-toolchain' being ignored, added OSXCross LD_LIBRARY_PATH wrapper 2020-04-07 19:27:31 +02:00
Ignacio Roldán Etcheverry
a120a65774
Merge pull request #5 from akien-mga/make-jobs
Improve --jobs command to support no argument (max jobs)
2020-04-06 21:47:35 +02:00
Rémi Verschelde
b9e297ad91 make: Always use --jobs and support no argument (max jobs)
The jobs logic is factored out into `options.py` and used consistently
in all places where a `make` (build) is called. It's not used for
`make install`.

Scripts can now be called with `--jobs` without argument, which will
use the max amount of CPU threads reported by the OS.

Also adds `-j` alias for `--jobs`.
2020-04-06 21:13:23 +02:00
Ignacio Etcheverry
707eceebbc Disable DTrace when building with OSXCROSS 2020-04-06 16:12:01 +02:00
Ignacio Etcheverry
e8ce81bf23 Add iOS build script and fix builds with OSXCROSS 2020-03-11 01:26:05 +01:00