Author: rinrab
Date: Thu Sep 19 16:07:51 2024
New Revision: 1920794
URL: http://svn.apache.org/viewvc?rev=1920794&view=rev
Log:
build.conf: Export libsvn_ra_local/ra_local.h header from ra_local to have
the svn_ra_local__split_URL function exported from the library.
The problem found at GitHub Actions and followed to unresolved externals
of the ra-local-test executable.
* build.conf
(svn_ra_local__split_URL): Add ../libsvn_ra_local/ra_local.h header to the
msvc-export field.
Modified:
subversion/trunk/build.conf
Modified: subversion/trunk/build.conf
URL:
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1920794&r1=1920793&r2=1920794&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Thu Sep 19 16:07:51 2024
@@ -375,7 +375,7 @@ path = subversion/libsvn_ra_local
install = ramod-lib
libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
msvc-static = yes
-msvc-export = ../libsvn_ra_local/ra_init.h
+msvc-export = ../libsvn_ra_local/ra_init.h ../libsvn_ra_local/ra_local.h
# Routines built on top of libsvn_fs
[libsvn_repos]