mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Improve hidpi/window geometry init.
This commit is contained in:
@@ -457,7 +457,7 @@ if customRunCommand:
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 7e156bfee8
|
||||
git checkout 5943c8aca4
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
||||
@@ -34,13 +34,6 @@ PUBLIC
|
||||
desktop-app::lib_tl
|
||||
)
|
||||
|
||||
if (WIN32 AND NOT build_win64 AND NOT build_winarm)
|
||||
target_compile_options(td_scheme
|
||||
PRIVATE
|
||||
/bigobj # scheme.cpp has too many sections.
|
||||
)
|
||||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "mips64")
|
||||
# Sometimes final linking may fail with error "relocation truncated to fit"
|
||||
# due to large scheme size.
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 579fe7df27...d145a72379
+1
-1
Submodule cmake updated: cd40741ee7...82ae419da9
Reference in New Issue
Block a user