Skip to content

Commit

Permalink
Merge pull request #11930 from keymanapp/fix/windows/output-keyman32-…
Browse files Browse the repository at this point in the history
…build-sh

chore(windows): correct output file for 64-bit build of keyman32 in build.sh
  • Loading branch information
mcdurdin committed Jul 5, 2024
2 parents 6aba841 + 6ea53dd commit 5e00072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/engine/keyman32/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ X64_TARGET="$X64_TARGET_PATH/keyman64.dll"
builder_describe_outputs \
configure /resources/build/win/delphi_environment_generated.inc.sh \
build:x86 /windows/src/engine/keyman32/$WIN32_TARGET \
build:x64 /windows/src/engine/keyman64/$X64_TARGET \
build:x64 /windows/src/engine/keyman32/$X64_TARGET \

#-------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 5e00072

Please sign in to comment.