mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix mozbuild looking for .cargo
This commit is contained in:
parent
e021f1fe42
commit
3271333633
2 changed files with 0 additions and 6 deletions
|
|
@ -95,10 +95,6 @@ case $cmd in
|
|||
# copy build and config directory.
|
||||
cp -pPR ${TOPSRCDIR}/build ${TOPSRCDIR}/config ${tgtpath}
|
||||
|
||||
# copy cargo config
|
||||
${MKDIR} -p ${tgtpath}/.cargo
|
||||
cp -pPR ${TOPSRCDIR}/.cargo/config.in ${tgtpath}/.cargo
|
||||
|
||||
# generate configure files to avoid build dependency on autoconf-2.13
|
||||
cp -PR ${TOPSRCDIR}/js/src/configure.in ${tgtpath}/js/src/configure
|
||||
chmod a+x ${tgtpath}/js/src/configure
|
||||
|
|
|
|||
|
|
@ -84,6 +84,4 @@ if not CONFIG['JS_STANDALONE'] and CONFIG['MOZ_BUILD_APP']:
|
|||
# Bring in the configuration for the configured application.
|
||||
include('/' + CONFIG['MOZ_BUILD_APP'] + '/app.mozbuild')
|
||||
|
||||
CONFIGURE_SUBST_FILES += ['.cargo/config']
|
||||
|
||||
include('build/templates.mozbuild')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue