Makefile: ./factor is a symlink to ./Factor.app/Contents/MacOS/factor

db4
Eduardo Cavazos 2008-02-25 15:51:32 -06:00
parent 4b92faed90
commit 76d70f2621
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ wince-arm:
macosx.app: factor
mkdir -p $(BUNDLE)/Contents/MacOS
cp $(EXECUTABLE) $(BUNDLE)/Contents/MacOS/factor
mv $(EXECUTABLE) $(BUNDLE)/Contents/MacOS/factor
ln -s Factor.app/Contents/MacOS/factor ./factor
cp $(ENGINE) $(BUNDLE)/Contents/Frameworks
install_name_tool \