mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 3.1.5: Fix build on Linux.
This commit is contained in:
parent
dab5d1f994
commit
d525e56053
2 changed files with 3 additions and 2 deletions
|
@ -823,7 +823,8 @@ RUN CFLAGS=\"$HFLAGS\" CXXFLAGS=\"$HFLAGS\" cmake3 -B out/Release . \
|
|||
|
||||
RUN cmake3 --build out/Release -- -j$(nproc)
|
||||
|
||||
RUN CFLAGS=\"$HFLAGS\" CXXFLAGS=\"$HFLAGS\" cmake3 -B out/Debug . \
|
||||
ENV HFLAGS_DEBUG="-fstack-protector-all -fstack-clash-protection -fPIC"
|
||||
RUN CFLAGS=\"$HFLAGS_DEBUG\" CXXFLAGS=\"$HFLAGS_DEBUG\" cmake3 -B out/Debug . \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
-DTG_OWT_SPECIAL_TARGET=linux \
|
||||
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/local/include \
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit c4c2bf4bada5207570a78fa3541907a1e9e7bda5
|
||||
Subproject commit 18d7c34ce1218be6852e5486fdcf81e67395b996
|
Loading…
Add table
Reference in a new issue