Improve hidpi/window geometry init.

This commit is contained in:
John Preston
2024-10-07 12:45:25 +04:00
parent c6bf905253
commit 838ad66166
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -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', """
-7
View File
@@ -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 cmake updated: cd40741ee7...82ae419da9