Verzió
3.0-765
Ág: %s
master
Dátum
11 évvel, 8 hónappal ezelőtt
Windows x64 Windows x86 Mac OS X
Megjegyzés
1ffb9ce47eb2f84dc5feda027aa09991778ff283
Szerző módosítása
Scott Moreau
Leírás módosítása
Fix broken build when using SDL from Externals.

The problem here was the logic that detects SDL in the main CMakeLists.txt
is not the same as it is in DolphinWX/CmakeLists.txt to set libraries. When
using SDL from Externals it failed at link time because -lSDL was never set.
This fixes the problem by using the same condition logic to set the libs
as used when detecting SDL in the first place.