Commit Graph

21 Commits

Author SHA1 Message Date
Rémi Verschelde
aaee521d08 Revert "Windows: Configure with --enable-btls-lib to build BTLS dll"
This reverts commit f63f4e2e44.
2022-05-19 08:26:29 +02:00
Rémi Verschelde
20368d7289 Revert "desktop: Only enable btls-lib on Windows"
This reverts commit 2ef74ff260.

This doesn't work on Windows as is either, so a full revert of #47 is needed.
Might be specific to MinGW cross compilation but this needs further work
either way.
2022-05-19 08:24:48 +02:00
Rémi Verschelde
2ef74ff260 desktop: Only enable btls-lib on Windows
Follow-up to #47 and #49.
This caused issues on macOS ARM64, see https://github.com/godotengine/build-containers/issues/95.
2022-05-09 13:37:08 +02:00
Ignacio Roldán Etcheverry
f63f4e2e44 Windows: Configure with --enable-btls-lib to build BTLS dll
Patched Mono to make the BTLS CMake build work with MinGW on Linux.
2021-08-06 20:29:35 +02:00
TechnoPorg
d62d874dd2 Enable BTLS when building for Windows 2021-07-29 08:09:14 -06:00
Rémi Verschelde
fb6da044d7
bcl: Fix copy_bcl for desktop-win32 profile 2021-07-26 14:59:52 +02:00
Ignacio Roldán Etchevery
0a2b5f8fab Apple silicon: arm64 macOS and arm64 iOS simulator 2021-05-22 02:36:45 +02:00
Tom Daffin
913582e1df Code review changes 2020-11-07 06:35:08 -07:00
Tom Daffin
d2f48f2b45 Make it a little easier to get a successful working build 2020-09-19 11:48:57 -06:00
Ignacio Etcheverry
0e5cd48f05 Added Github Actions workflow 2020-05-14 22:01:26 +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
443ca3c7e1 Merge branch 'ios-script' 2020-03-11 01:27:11 +01:00
Ignacio Etcheverry
e8ce81bf23 Add iOS build script and fix builds with OSXCROSS 2020-03-11 01:26:05 +01:00
Rémi Verschelde
a6c642b558 Add option to specify make build jobs (--jobs) 2020-02-24 11:05:41 +01:00
Ignacio Etcheverry
9670946cf5 Fix the command line arguments order for the desktop runtime script 2020-01-29 13:00:08 +01:00
Ignacio Etcheverry
b4e08a3d35 Fixes
Fixed missing make install data (etc dirs).
Add option to build desktop runtime with llvm.
Made some progress to support osxcross. Still not working.
2019-11-13 21:09:19 +01:00
Ignacio Etcheverry
09fbbb7d61 Add build scripts for WASM, AOT cross-compilers, BCL and desktop 2019-11-10 04:58:04 +01:00