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"
|
snprintf(libraryName, 255, "OnePAD %lld%s"
|
||||||
# ifdef PCSX2_DEBUG
|
# ifdef PCSX2_DEBUG
|
||||||
"-Debug"
|
"-Debug"
|
||||||
# else
|
# elif defined(PCSX2_DEVBUILD)
|
||||||
"-Dev"
|
"-Dev"
|
||||||
# endif
|
# endif
|
||||||
, SVN_REV,
|
, SVN_REV,
|
||||||
|
|
Loading…
Reference in New Issue