mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
chore(windows): correct deps for keyman32 x64
This commit is contained in:
parent
643ebca530
commit
98a261d4ae
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
|
|||
|
||||
builder_describe "Keystroke processing engine (32 bit)" \
|
||||
@/common/include \
|
||||
@/core:x86 \
|
||||
@/core:x86 @/core:x64 \
|
||||
clean configure build test publish install \
|
||||
:x86 :x64
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ function do_build_x86() {
|
|||
|
||||
function do_build_x64() {
|
||||
create-windows-output-folders
|
||||
build_version.res
|
||||
run_in_vs_env rc version64.rc
|
||||
vs_msbuild keyman32.vcxproj //t:Build "//p:Platform=x64"
|
||||
cp "$X64_TARGET" "$WINDOWS_PROGRAM_ENGINE"
|
||||
cp "$X64_TARGET_PATH/keyman64.pdb" "$WINDOWS_DEBUGPATH_ENGINE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue