mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
CMake: Add libm to list of system libs printed by llvm-config.
This is required by the interpreter library, and also matches the autoconf behavior. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c4cd2f07d
commit
b4793c488f
@ -145,6 +145,7 @@ if( NOT MSVC )
|
||||
if ( LLVM_ENABLE_ZLIB AND HAVE_LIBZ )
|
||||
set(system_libs ${system_libs} z)
|
||||
endif()
|
||||
set(system_libs ${system_libs} m)
|
||||
endif( MINGW )
|
||||
endif( NOT MSVC )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user