mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
add inno setup to path.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@743 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
3a74265cca
commit
f78974a6dc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export PATH=$PATH:/c/${PROGRAMFILES}/GnuWin32/bin
|
||||
export PATH=$PATH:"${PROGRAMFILES}\GnuWin32\bin":"${PROGRAMFILES}\Inno Setup 5"
|
||||
export PERL=/c/Perl/bin/perl.exe
|
||||
export INTLTOOL_PERL=/c/Perl/bin/perl.exe
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ $(INSTALL_ROOT): $(WORKDIR)
|
|||
|
||||
|
||||
|
||||
#path to Inno Setup 5 compiler
|
||||
ISCC=/c/Program\ Files/Inno\ Setup\ 5/ISCC.exe
|
||||
#Inno Setup 5 compiler
|
||||
ISCC=ISCC.exe
|
||||
|
||||
$(LINPHONE_SRC_DIR)/configure:
|
||||
cd $(LINPHONE_SRC_DIR) && ./autogen.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue