Skip to content

Commit

Permalink
Put dlls back in bin/release
Browse files Browse the repository at this point in the history
  • Loading branch information
RunitaiLinden committed Mar 6, 2024
1 parent d49c218 commit 77ad8d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>bin</string>
</array>
<key>name</key>
<string>windows</string>
</map>
Expand Down
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ windows*)
cmake $(cygpath -w "$srcdir") -DCMAKE_INSTALL_PREFIX=$(cygpath -w "$top/release")
cmake --build . --target install --config Release -j
cp -v ../release/lib/*.lib "$stage/lib/release/"
cp -v ../release/bin/*.dll "$stage/lib/release"
cp -v ../release/bin/*.dll "$stage/bin/release"
;;
darwin*|linux64*)

Expand Down

0 comments on commit 77ad8d1

Please sign in to comment.