mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-19 22:17:03 +00:00
104fx_copy should also allow copying debug builds
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user