Skip to content

Commit 4d04fea

Browse files
committed
Remove line that was missed
I didn't notice that the condition was inverted so this code had become unreachable rather than unavoidable.
1 parent 90fe0c5 commit 4d04fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PlatformSpecifics/Android/android.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ if( NOT CMAKE_C_COMPILER )
11541154
endif()
11551155

11561156
set( _CMAKE_TOOLCHAIN_PREFIX "${ANDROID_TOOLCHAIN_MACHINE_NAME}-" )
1157-
set( CMAKE_ASM_COMPILER_ARG1 "-c" )
1157+
11581158
if( APPLE )
11591159
find_program( CMAKE_INSTALL_NAME_TOOL NAMES install_name_tool )
11601160
if( NOT CMAKE_INSTALL_NAME_TOOL )

0 commit comments

Comments
 (0)