fix bug of build cherrypy

pull/133/head
winlin 11 years ago
parent 73f1762122
commit 29fe53e21b

2
trunk/configure vendored

@ -223,7 +223,7 @@ install-demo: install
@mkdir -p \$(SRS_PREFIX)/research/api-server
@cp research/api-server/server.py \$(SRS_PREFIX)/research/api-server
@mkdir -p \$(SRS_PREFIX)/objs/ffmpeg/bin
@cp research/objs/ffmpeg/bin/ffmpeg \$(SRS_PREFIX)/objs/ffmpeg/bin
@cp objs/ffmpeg/bin/ffmpeg \$(SRS_PREFIX)/objs/ffmpeg/bin
@echo "copy html files"
@mkdir -p \$(SRS_PREFIX)/research/api-server/static-dir/players
@cp research/api-server/static-dir/crossdomain.xml \$(SRS_PREFIX)/research/api-server/static-dir

Loading…
Cancel
Save