Skip to content

Commit fb7136b

Browse files
committed
Fixed maemo rules
1 parent 029295b commit fb7136b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

debian_maemo/rules

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ build-stamp:
2222
dh_testdir
2323
./configure --platform=maemo --gpu=neon --sound-drivers=pulseaudio --enable-neon
2424
$(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
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
2929
touch build-stamp
3030

3131
clean:

0 commit comments

Comments
 (0)