We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcf958 commit e5424e9Copy full SHA for e5424e9
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
## [Unreleased]
3
+### Added
4
+- Support for `codesign`ing OSX builds
5
+- `LUA_BIN` option for specifying a Lua command other than `lua` when building
6
+- `native-luajit` make target, used by CI
7
+- `unzip-to-build` make target, for unzipping artifacts from CI to build folder
8
+
9
+### Fixed
10
+- `strip` invocation on OSX builds
11
+- Update build GitHub Actions workflow with newer build pipeline
12
13
+### Changed
14
+- Added `build/.gdignore` to distribution, to stop Godot from trying to import
15
+ `build/jit/*.lua` files
16
+- Added default values for `MACOSX_DEPLOYMENT_TARGET`, making it an optional
17
+ parameter for OSX builds
18
19
20
## [0.3.0]
0 commit comments