From 07d5e5cc2490dd050b8d98132896c2c1bd634322 Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Mon, 3 May 2021 20:47:16 +0300 Subject: [PATCH] Remove libm from link flags. This was leading to duplicate entry, because libm is already linked in by sdl2 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47e68a449..e163f74fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -681,7 +681,6 @@ if (VITA) ScePower_stub freetype png - m z ) target_compile_definitions(${BIN_TARGET} PRIVATE VITA)