mirror of https://github.com/PCSX2/pcsx2.git
onepad: Only append -dev to library name for Devel builds
This commit is contained in:
parent
3a274e85f0
commit
899784cbdc
|
@ -150,7 +150,7 @@ static void InitLibraryName()
|
|||
snprintf(libraryName, 255, "OnePAD %lld%s"
|
||||
# ifdef PCSX2_DEBUG
|
||||
"-Debug"
|
||||
# else
|
||||
# elif defined(PCSX2_DEVBUILD)
|
||||
"-Dev"
|
||||
# endif
|
||||
, SVN_REV,
|
||||
|
|
Loading…
Reference in New Issue