Fix build for Mac

This commit is contained in:
ExPikaPaka
2026-06-04 14:22:04 +02:00
parent 7fa650e410
commit d314e9c09a
2 changed files with 8 additions and 1 deletions

View File

@@ -326,6 +326,8 @@ modules:
- name: OrcaSlicer
buildsystem: simple
build-commands:
- pip3 install grpcio-tools -q
- python3 tools/run_codegen.py
- |
cmake . -B build_flatpak \
-DFLATPAK=ON \
@@ -375,6 +377,9 @@ modules:
- type: dir
path: ../../localization
dest: localization
- type: dir
path: ../../tools
dest: tools
- type: file
path: ../../CMakeLists.txt