mirror of https://github.com/PCSX2/pcsx2.git
debian: add the GSdx legacy build
This commit is contained in:
parent
7aaf36d24d
commit
c2a9118186
|
@ -15,7 +15,8 @@ override_dh_auto_configure:
|
|||
-DCMAKE_BUILD_STRIP=FALSE \
|
||||
-DXDG_STD=TRUE \
|
||||
-DDISABLE_ADVANCE_SIMD=TRUE \
|
||||
-DPACKAGE_MODE=TRUE
|
||||
-DPACKAGE_MODE=TRUE \
|
||||
-DGSDX_LEGACY=TRUE
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||
|
|
|
@ -7,7 +7,7 @@ endif()
|
|||
|
||||
|
||||
# plugin name
|
||||
set(Output GSdx-1.0.0)
|
||||
set(Output GSdx-legacy-1.0.0)
|
||||
|
||||
set(CommonFlags
|
||||
-fno-operator-names # because Xbyak uses and()/xor()/or()/not() function
|
||||
|
|
Loading…
Reference in New Issue