We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029295b commit fb7136bCopy full SHA for fb7136b
debian_maemo/rules
@@ -22,10 +22,10 @@ build-stamp:
22
dh_testdir
23
./configure --platform=maemo --gpu=neon --sound-drivers=pulseaudio --enable-neon
24
$(MAKE)
25
- #strip pcsx
26
- #strip plugins/gpu_unai/gpu_unai.so
27
- #strip plugins/gpu-gles/gpu_gles.so
28
- #strip plugins/spunull/spunull.so
+ strip pcsx
+ strip plugins/gpu_unai/gpu_unai.so
+ strip plugins/gpu-gles/gpu_gles.so
+ strip plugins/spunull/spunull.so
29
touch build-stamp
30
31
clean:
0 commit comments