Debug CI build issues mk. 1

This commit is contained in:
TheAssassin
2020-08-06 15:09:36 +02:00
parent 5fde708954
commit cbfbb1ee2d
2 changed files with 4 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ if(STATIC_BUILD)
# target_link_options is only supported by CMake 3.13+
set_property(TARGET linuxdeploy PROPERTY LINK_OPTIONS -static -static-libgcc -static-libstdc++)
set_property(TARGET linuxdeploy PROPERTY INTERFACE_LINK_OPTIONS -static -static-libgcc -static-libstdc++)
endif()