forked from mirrors/linphone-iphone
Fix gsm clean
This commit is contained in:
parent
cf7bbeb083
commit
802fd62297
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ gsm_dir?=externals/gsm
|
|||
|
||||
build-libgsm:
|
||||
cp -rf $(BUILDER_SRC_DIR)/$(gsm_dir) $(BUILDER_BUILD_DIR)/$(gsm_dir)
|
||||
rm -rf $(BUILDER_BUILD_DIR)/$(gsm_dir)/gsm/.git
|
||||
rm -rf $(BUILDER_BUILD_DIR)/$(gsm_dir)/gsm/.git $(BUILDER_BUILD_DIR)/$(gsm_dir)/.git
|
||||
rm -f $(prefix)/lib/libgsm.a
|
||||
rm -rf $(prefix)/include/gsm
|
||||
cd $(BUILDER_BUILD_DIR)/$(gsm_dir)\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue