File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/coreclr/nativeaot/BuildIntegration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ The .NET Foundation licenses this file to you under the MIT license.
262
262
see https://github.com/bminor/glibc/commit/99468ed45f5a58f584bab60364af937eb6f8afda -->
263
263
<LinkerArg Include =" -Wl,--defsym,__xmknod=mknod" Condition =" '$(StaticExecutable)' == 'true'" />
264
264
<!-- FreeBSD has two versions of the GSSAPI it can use, but we only use the ports version (MIT version) here -->
265
- <LinkerArg Include =" -L/usr/local/lib -lgssapi_krb5" Condition =" '$(_targetOS)' == 'freebsd'" />
265
+ <LinkerArg Include =" -L" $(SysRoot) /usr/local/lib" -lgssapi_krb5" Condition =" '$(_targetOS)' == 'freebsd'" />
266
266
<!-- FreeBSD's inotify is an installed package and not found in default libraries -->
267
- <LinkerArg Include =" -L/usr/local/lib -linotify" Condition =" '$(_targetOS)' == 'freebsd'" />
267
+ <LinkerArg Include =" -L" $(SysRoot) /usr/local/lib" -linotify" Condition =" '$(_targetOS)' == 'freebsd'" />
268
268
<LinkerArg Include =" @(ExtraLinkerArg->'-Wl,%(Identity)')" />
269
269
<LinkerArg Include =" @(NativeFramework->'-framework %(Identity)')" Condition =" '$(_IsApplePlatform)' == 'true'" />
270
270
<LinkerArg Include =" -Wl,--eh-frame-hdr" Condition =" '$(_IsApplePlatform)' != 'true'" />
You can’t perform that action at this time.
0 commit comments