blob: 0e726d38d8748eb8dedbf9b934b3022d10922862 (
plain)
1
2
3
4
5
6
7
8
|
125c125
< OSL_LIBS="$with_osl_prefix/lib/libosl.la -losl"
---
> OSL_LIBS="-losl"
237c237
< PIPLIB_LIBS="$with_piplib_prefix/lib/lib$PIPLIB_LA.la -l$PIPLIB_LA"
---
> PIPLIB_LIBS="-l$PIPLIB_LA"
|