Skip to content

Commit

Permalink
try to get non debug pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
reece394 authored Aug 12, 2024
1 parent 9305c31 commit 57a6aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/07-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case "$OS" in
mv "$BUILD/pdfium.dll.lib" "$STAGING_LIB"
mkdir -p "$STAGING_BIN"
mv "$BUILD/pdfium.dll" "$STAGING_BIN"
[ "$IS_DEBUG" == "true" ] && mv "$BUILD/pdfium.dll.pdb" "$STAGING_BIN"
mv "$BUILD/pdfium.dll.pdb" "$STAGING_BIN"
;;
esac

Expand Down

0 comments on commit 57a6aeb

Please sign in to comment.