mirror of https://github.com/xiph/flac
fix LD_LIBRARY_PATH setting
This commit is contained in:
parent
e1f795b213
commit
54fd7a8597
|
@ -17,7 +17,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
LD_LIBRARY_PATH=../src/libFLAC++/.libs:../obj/lib:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=../src/libFLAC++/.libs:../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
PATH=../src/test_libFLAC++:../obj/bin:$PATH
|
PATH=../src/test_libFLAC++:../obj/bin:$PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
Loading…
Reference in New Issue