Skip to content

Commit 99a2bc5

Browse files
authored
Update bld.bat
Use path to swig on ci machine
1 parent 65aae78 commit 99a2bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensim/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cmake ..\^
3232
-DBUILD_API_EXAMPLES=OFF^
3333
-DOPENSIM_BUILD_INDIVIDUAL_APPS=ON^
3434
-DOPENSIM_PYTHON_CONDA=ON^
35-
-DSWIG_EXECUTABLE="D:/dev/tools/swigwin-4.1.1/swig.exe"
35+
-DSWIG_EXECUTABLE="C:/ProgramData/Chocolatey/lib/swig/tools/install/swigwin-4.1.1/swig.exe"
3636

3737
cmake --build . --target install --config Release -- /maxcpucount:8
3838

0 commit comments

Comments
 (0)