TB23-030 Fix building libspawn.dll on Windows

when LIBRARY_TYPE=relocatable
This commit is contained in:
Maxim Reznik
2020-12-27 20:41:40 +02:00
committed by Maxim Reznik
parent 835e8d54d1
commit c2a06cf5de

View File

@@ -60,6 +60,7 @@ library project Spawn_Glib is
when "Windows_NT" =>
for Excluded_Source_Files use Common_Excluded;
for Library_Options use ("-lglib-2.0");
end case;
Ada_Switches := ();