Skip to content

Commit

Permalink
Ops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcmunir committed Oct 18, 2017
1 parent 0a07d1a commit 52e3406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1617,7 +1617,7 @@ add_library(${CoreLibName} ${CoreLinkType}
if(ANDROID)
set(CoreExtraLibs ${CoreExtraLibs} android)
if(X86_64)
set(CoreExtraLibs ${CoreExtraLibs} android -Wl,-Bsymbolic")
set(CoreExtraLibs ${CoreExtraLibs} android -Wl,-Bsymbolic)
endif()
endif()

Expand Down

0 comments on commit 52e3406

Please sign in to comment.