mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-29 19:27:53 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue