mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 01:38:46 +02:00
Bug 1974947 - No embeded manifest for onnxruntime.dll r=tarek,bobowen
Differential Revision: https://phabricator.services.mozilla.com/D255617
This commit is contained in:
parent
e30293a58c
commit
ada5eea0c7
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ case ${target_platform} in
|
||||||
extra_args="--x86"
|
extra_args="--x86"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
extra_args="$extra_args --cmake_extra_defines CMAKE_SHARED_LINKER_FLAGS=/MANIFEST:NO"
|
||||||
. $GECKO_PATH/taskcluster/scripts/misc/vs-setup.sh
|
. $GECKO_PATH/taskcluster/scripts/misc/vs-setup.sh
|
||||||
sed -i -e 's/ProgramDatabase//' "$MOZ_FETCHES_DIR/onnxruntime/tools/ci_build/build.py"
|
sed -i -e 's/ProgramDatabase//' "$MOZ_FETCHES_DIR/onnxruntime/tools/ci_build/build.py"
|
||||||
export CC=cl.exe
|
export CC=cl.exe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue