premake projects now enable text shaping by default.

This commit is contained in:
Martín Lucas Golini
2026-01-08 19:23:22 -03:00
parent 056c9e022c
commit caebfc4d81
17 changed files with 30 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ jobs:
tar xvzf premake-5.0.0-beta6-linux.tar.gz
- name: Build
run: |
./premake5 --with-text-shaper --disable-static-build gmake
./premake5 --disable-static-build gmake
cd make/linux
make all -j$(nproc) -e config=release_x86_64
- name: Unit Tests

View File

@@ -19,7 +19,7 @@ jobs:
brew install wget SDL2 premake
- name: Build
run: |
premake5 --with-text-shaper --disable-static-build gmake
premake5 --disable-static-build gmake
make -C make/macosx/ -e config=release_arm64
- name: Unit Tests
run: |

View File

@@ -28,7 +28,7 @@ jobs:
- name: Create project
shell: powershell
run: |
./premake5.exe --windows-vc-build --with-text-shaper --disable-static-build vs2022
./premake5.exe --windows-vc-build --disable-static-build vs2022
- name: Build
shell: cmd
run: |