Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 4, 2023. It is now read-only.
/QtDataSyncPublic archive

Commit7bcf9a5

Browse files
committed
fix droid x86_64 cryptopp build
1 parent4053212 commit7bcf9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/3rdparty/cryptopp/cryptopp.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CONFIG += static simd
33
CONFIG -=qt
44

55
TARGET =qtcryptopp
6-
VERSION =8.1.0
6+
VERSION =8.2.0
77

88
load(qt_build_config)
99

@@ -372,7 +372,7 @@ NEON_SOURCES += \
372372
src/simon128_simd.cpp\
373373
src/speck64_simd.cpp\
374374
src/speck128_simd.cpp
375-
375+
376376
ARMABI_HEADERS +=\
377377
src/arm_simd.h
378378

@@ -438,7 +438,7 @@ win32:!win32-g++ {
438438
QMAKE_CXXFLAGS -=-mfpu=vfp
439439
QMAKE_CXXFLAGS +=-mfpu=neon
440440
CONFIG += neon
441-
} else:equals(ANDROID_TARGET_ARCH, x86) {
441+
} else:contains(ANDROID_TARGET_ARCH, x86(_64)?) {
442442
# Do this for Android builds for now as the NDK is broken
443443
warning("Disabled x86 crypto ASM")
444444

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp