mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
split obj dir into separate release and debug dirs
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
LD_LIBRARY_PATH=../src/libFLAC++/.libs:../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
||||
LD_LIBRARY_PATH=../src/libFLAC++/.libs:../src/libFLAC/.libs:../obj/release/lib:../obj/debug/lib:$LD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH
|
||||
PATH=../src/test_libFLAC++:../obj/bin:$PATH
|
||||
PATH=../src/test_libFLAC++:../obj/release/b:../obj/debug/bin:$PATH
|
||||
export PATH
|
||||
|
||||
if test_libFLAC++ ; then : ; else
|
||||
|
||||
Reference in New Issue
Block a user