diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-29 19:19:55 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-30 14:34:15 +0100 |
commit | bdd9d5074534db22ef0030f52db35aa04721ed09 (patch) | |
tree | 02e7cb119a26e52b3c472c5c0ed7b03a5095da05 /.github | |
parent | 5348407de99ccfa49033170674060397f56490e6 (diff) | |
download | fork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.tar.gz fork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.tar.bz2 fork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.zip |
[SCons] Refactor build tools.
Split dependency builders into separate tools, optimize OpenSSL builds.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 668d26a..d6a9350 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -164,7 +164,7 @@ jobs: - name: Compile Extension - template_debug - ${{ matrix.platform }} - ${{ matrix.arch }} run: | - scons target=template_debug generate_bindings=yes + scons target=template_debug - name: Compile Extension - template_release - ${{ matrix.platform }} - ${{ matrix.arch }} run: | |