mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
11 lines
340 B
Diff
11 lines
340 B
Diff
--- a/ada_libfswatch.gpr 2021-12-30 13:24:40.561312372 +0100
|
|
+++ b/ada_libfswatch.gpr 2021-12-30 13:25:52.542192958 +0100
|
|
@@ -11,4 +11,7 @@
|
|
for Default_Switches ("Ada") use ("-g", "-O0", "-gnatwa", "-gnaty");
|
|
end Compiler;
|
|
|
|
+ package Linker is
|
|
+ for Linker_Options use ("-lfswatch");
|
|
+ end Linker;
|
|
end Ada_Libfswatch;
|