notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1f6f2
)
plugin build hack
author
notaz
<notasas@gmail.com>
Mon, 5 Mar 2012 10:39:02 +0000
(12:39 +0200)
committer
notaz
<notasas@gmail.com>
Mon, 5 Mar 2012 10:39:02 +0000
(12:39 +0200)
otherwise builtin version compiled without -fPIC is linked to .so,
which causes problems.
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
21add20
..
5f65f38
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-183,6
+183,7
@@
PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \
plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so
$(PLUGINS):
+ make -C plugins/gpulib/ clean
make -C $(dir $@)
clean: $(PLAT_CLEAN)