mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Improve hidpi/window geometry init.
This commit is contained in:
parent
c6bf905253
commit
838ad66166
4 changed files with 3 additions and 10 deletions
|
@ -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 @@
|
|||
Subproject commit 579fe7df27509ebfd14397375ad1e40876f873f8
|
||||
Subproject commit d145a7237985219ad8acb3cfb5f2999d68fcb593
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit cd40741ee7e089dc79e1d0a1d396aacf2155a8da
|
||||
Subproject commit 82ae419da99140aa5f0e3e4e4ae214d0e948efea
|
Loading…
Add table
Reference in a new issue