Skip to content

Commit

Permalink
Merge pull request MediaArea#301 from g-maxime/b23
Browse files Browse the repository at this point in the history
Update bcc path
  • Loading branch information
JeromeMartinez authored Oct 7, 2024
2 parents 16028aa + 7cdedc5 commit 62aa7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_release/BuildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ cd %OLD_CD%\..\..\%MI_SOURCES%\MediaInfo\Project\MSVC2019
MSBuild /maxcpucount:1 /verbosity:quiet /p:Configuration=Release;Platform=Win32 || exit /b 1
MSBuild /maxcpucount:1 /verbosity:quiet /p:Configuration=Release;Platform=x64 || exit /b 1
call set PATH_TEMP=%PATH%
if EXIST "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\rsvars.bat" (
call "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\rsvars.bat"
if EXIST "C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\rsvars.bat" (
call "C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\rsvars.bat"
) else (
call rsvars.bat
)
Expand Down

0 comments on commit 62aa7f7

Please sign in to comment.