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

Commitb3570f8

Browse files
authored
Fix typo in CMake file for Xbox (#104)
1 parent2553518 commitb3570f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ endif()
287287
if(XBOX_CONSOLE_TARGETSTREQUAL"scarlett")
288288
target_compile_options(${PROJECT_NAME}PRIVATE $<IF:$<CXX_COMPILER_ID:MSVC>,/favor:AMD64 /arch:AVX2,-march=znver2>)
289289
elseif(XBOX_CONSOLE_TARGETSTREQUAL"xboxone")
290-
target_compile_options(${PROJECT_NAME}PRIVATE $<IF:$<CXX_COMPILER_ID:MSVC>,/favor:AMD64 /arch:AVX,-march=btver2)
290+
target_compile_options(${PROJECT_NAME}PRIVATE $<IF:$<CXX_COMPILER_ID:MSVC>,/favor:AMD64 /arch:AVX,-march=btver2>)
291291
elseif(NOT (${DIRECTX_ARCH}MATCHES"^arm"))
292292
if(${CMAKE_SIZEOF_VOID_P}EQUAL"4")
293293
set(ARCH_SSE2 $<$<CXX_COMPILER_ID:MSVC>:/arch:SSE2> $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-msse2>)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp