From c2a06cf5de818a3f97d443ae875f6ca5ea5ef0d3 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Sun, 27 Dec 2020 20:41:40 +0200 Subject: [PATCH] TB23-030 Fix building libspawn.dll on Windows when LIBRARY_TYPE=relocatable --- gnat/spawn_glib.gpr | 1 + 1 file changed, 1 insertion(+) diff --git a/gnat/spawn_glib.gpr b/gnat/spawn_glib.gpr index b4773c1..1c5cbd4 100644 --- a/gnat/spawn_glib.gpr +++ b/gnat/spawn_glib.gpr @@ -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 := ();