fix copy\paste error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1248 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-04-25 16:31:27 +00:00
parent 49783ee5c1
commit 94113baebc
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ Sub BuildLibs_libetpan(BuildDebug, BuildRelease)
End If
If BuildRelease Then
If Not FSO.FileExists(LibDestDir & "libetpan\build-windows\libetpan\Release\libetpan.lib") Then
BuildViaVCBuild LibDestDir & "libetpan\build-windows\libetpan\libsndfile.vcproj", "Release"
BuildViaVCBuild LibDestDir & "libetpan\build-windows\libetpan\libetpan.vcproj", "Release"
End If
End If
Else