This commit is contained in:
Ernie Pasveer
2025-12-06 12:32:30 -06:00
parent 3a2c767d2d
commit fe220cffe3
+1 -1
View File
@@ -32,7 +32,7 @@ modules:
build-commands:
- mkdir build
- cd build && cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/app \
-DCONFIG_SEER_GDB_LAUNCHER=\"flatpak-spawn --host\" \
-DCONFIG_SEER_GDB_LAUNCHER='flatpak-spawn --host' \
../src
- cd build && ninja
- install -Dm755 build/seergdb /app/bin/seergdb