Skip to content

Commit

Permalink
Move .dlls to lib/release
Browse files Browse the repository at this point in the history
  • Loading branch information
RunitaiLinden committed Mar 6, 2024
1 parent dfe1987 commit d49c218
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>bin</string>
</array>
<key>name</key>
<string>windows</string>
</map>
Expand Down
3 changes: 1 addition & 2 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +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/"
mkdir -p "$stage/bin"
cp -v ../release/bin/*.dll "$stage/bin"
cp -v ../release/bin/*.dll "$stage/lib/release"
;;
darwin*|linux64*)

Expand Down

0 comments on commit d49c218

Please sign in to comment.