mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-13 04:41:32 -06:00
Revert "bundle qt wayland into appimage by rtiangha (#212)"
This reverts commit 8fd0fb8bf0.
See #496 for more details
This commit is contained in:
parent
3d1936cf5c
commit
0a5536aebe
@ -2,9 +2,6 @@
|
||||
|
||||
if [ "$TARGET" = "appimage" ]; then
|
||||
export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld)
|
||||
# Bundle required QT wayland libraries
|
||||
export EXTRA_QT_PLUGINS="waylandcompositor"
|
||||
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so"
|
||||
else
|
||||
# For the linux-fresh verification target, verify compilation without PCH as well.
|
||||
export EXTRA_CMAKE_FLAGS=(-DLIME3DS_USE_PRECOMPILED_HEADERS=OFF)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user