fix up rest of paths

This commit is contained in:
Aidan Case
2024-02-22 00:38:27 -06:00
parent e2a38ffc1c
commit 0c9d2675c3
6 changed files with 22 additions and 24 deletions

View File

@@ -203,6 +203,7 @@ modules:
- /app/include
- "*.a"
- "*.la"
- /app/lib/cmake
sources:
# -
@@ -321,10 +322,9 @@ modules:
- |
mkdir -p build && cd build
CXXFLAGS=-std=gnu++20 cmake ../ \
-GNinja \
-DCMAKE_INSTALL_PREFIX=/app \
-DCMAKE_INSTALL_LIBDIR=/app/lib \
-DCMAKE_PREFIX_PATH=/run/build/OrcaSlicer/deps/build/destdir/usr/local \
-DCMAKE_PREFIX_PATH=/app \
-DSLIC3R_PCH=OFF \
-DSLIC3R_FHS=ON \
-DSLIC3R_GTK=3 \
@@ -367,8 +367,8 @@ modules:
# Use system deps instead of building them within BambuStudio
# https://github.com/hadess/BambuStudio/tree/wip/hadess/use-sysdeps , modified
- type: patch
path: patches/use-sysdeps.patch
#- type: patch
# path: patches/use-sysdeps.patch
## other patches to contrib
#- type: patch