mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
104fx_copy should also allow copying debug builds
This commit is contained in:
parent
51e6a2cf9f
commit
054bbf0817
@ -4,7 +4,7 @@
|
||||
|
||||
set verbose
|
||||
set ppath=$1
|
||||
cp -RL obj-ff-dbg/dist/TenFourFox.app $ppath || exit
|
||||
cp -RL obj-ff-dbg/dist/TenFourFox.app $ppath || cp -RL obj-ff-dbg/dist/TenFourFoxDebug.app $ppath || exit
|
||||
cd $ppath/Contents/MacOS || exit
|
||||
|
||||
# determine which libgcc got linked (default to /opt/local/lib/gcc48)
|
||||
|
Loading…
x
Reference in New Issue
Block a user