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

Commit97401e8

Browse files
committed
disable masm for arm
1 parente390b04 commit97401e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/3rdparty/cryptopp/cryptopp.pro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,14 @@ sse4_2 {
393393
win32:!win32-g++ {
394394
CONFIG += masm
395395

396-
MASM_SOURCES +=\
397-
src/rdrand.asm
398-
399396
contains(QT_ARCH, x86_64) {
400397
MASM_SOURCES +=\
398+
src/rdrand.asm\
401399
src/x64masm.asm\
402400
src/x64dll.asm
401+
} else:contains(QT_ARCH, i386) {
402+
MASM_SOURCES +=\
403+
src/rdrand.asm
403404
}
404405

405406
cross_compile:MODULE_DEFINES +=NO_OS_DEPENDENCE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp