1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge remote-tracking branch 'origin/fix-linking-1' into fix-linking-1

This commit is contained in:
neodiX 2025-01-10 11:15:33 +04:00
commit 128cdb9da3

View file

@ -36,7 +36,7 @@ else()
endif() endif()
if (PORTABLE) if (PORTABLE)
target_link_libraries(emulator PUBLIC emulator_static git -static-libgcc -static-libstdc++)) target_link_libraries(emulator PUBLIC emulator_static git -static-libgcc -static-libstdc++)
else() else()
target_link_libraries(emulator PUBLIC emulator_static git) target_link_libraries(emulator PUBLIC emulator_static git)
endif() endif()