summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 17:01:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-05 15:12:58 +0300
commit22ef8c6b21828f7f85ba8a6fd7d91c2f6f399337 (patch)
tree43baf6fa527a65fdddd21e778c1fb62645582315
parent84380791589b76862fa66927923471f21c1a644d (diff)
Make .vers and .expsym files prerequisites of libs type target
-rw-r--r--TODO2
-rw-r--r--libcurl/libcurl/buildfile4
2 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index a7d16aa..7318efa 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
On the revision:
-- Make the .vers and .expsym files prerequisites of the libs type target.
-
- Canonicalize the license in the package manifests.
- Fix the switch statements in the buildfiles, replacing 'switch $c.class,
diff --git a/libcurl/libcurl/buildfile b/libcurl/libcurl/buildfile
index 7a61128..6d43ab0 100644
--- a/libcurl/libcurl/buildfile
+++ b/libcurl/libcurl/buildfile
@@ -25,8 +25,8 @@ bsd = ($tclass == 'bsd')
macos = ($tclass == 'macos')
windows = ($tclass == 'windows')
-lib{curl}: vsc{libcurl}: include = ($linux || $bsd ? adhoc : false)
-lib{curl}: esm{libcurl-symbols}: include = ($macos ? adhoc : false)
+libs{curl}: vsc{libcurl}: include = ($linux || $bsd ? adhoc : false)
+libs{curl}: esm{libcurl-symbols}: include = ($macos ? adhoc : false)
vsc{libcurl}: lib/in{libcurl}
{