Skip to content

Commit

Permalink
buildbot: Readd missing IrrlichtMt DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 27, 2021
1 parent 6e8aebf commit 2866918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/buildbot/buildwin32.sh
Expand Up @@ -114,6 +114,7 @@ cmake -S $sourcedir -B . \
-DENABLE_LEVELDB=1 \
\
-DCMAKE_PREFIX_PATH=$libdir/irrlicht \
-DIRRLICHT_DLL="$irr_dlls" \
\
-DZLIB_INCLUDE_DIR=$libdir/zlib/include \
-DZLIB_LIBRARIES=$libdir/zlib/lib/libz.dll.a \
Expand Down
1 change: 1 addition & 0 deletions util/buildbot/buildwin64.sh
Expand Up @@ -114,6 +114,7 @@ cmake -S $sourcedir -B . \
-DENABLE_LEVELDB=1 \
\
-DCMAKE_PREFIX_PATH=$libdir/irrlicht \
-DIRRLICHT_DLL="$irr_dlls" \
\
-DZLIB_INCLUDE_DIR=$libdir/zlib/include \
-DZLIB_LIBRARIES=$libdir/zlib/lib/libz.dll.a \
Expand Down

0 comments on commit 2866918

Please sign in to comment.