fix: disable unwind/pcsc/smartcard in FreeRDP — dlfcn.h not available in MinGW
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 17s
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 17s
This commit is contained in:
parent
39dc29b048
commit
c2e7f8336b
@ -163,7 +163,11 @@ jobs:
|
|||||||
-DWITH_WAYLAND=OFF \
|
-DWITH_WAYLAND=OFF \
|
||||||
-DWITH_X11=OFF \
|
-DWITH_X11=OFF \
|
||||||
-DCHANNEL_URBDRC=OFF \
|
-DCHANNEL_URBDRC=OFF \
|
||||||
-DWITH_OPENH264=OFF
|
-DWITH_OPENH264=OFF \
|
||||||
|
-DWITH_LIBSYSTEMD=OFF \
|
||||||
|
-DWITH_UNWIND=OFF \
|
||||||
|
-DWITH_PCSC=OFF \
|
||||||
|
-DWITH_SMARTCARD=OFF
|
||||||
|
|
||||||
# Build — use -v for verbose output on failure
|
# Build — use -v for verbose output on failure
|
||||||
cmake --build build --parallel $(nproc) -- -v 2>&1 || {
|
cmake --build build --parallel $(nproc) -- -v 2>&1 || {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user