We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5349e commit bdeea15Copy full SHA for bdeea15
scripts/ext_config.sh
@@ -26,6 +26,10 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
26
fi
27
28
29
+if echo "$HOST_TRIPLE" | grep -q "windows"; then
30
+ export JIT_SUPPORTED=0 # FIXME jit mode is broken on Windows
31
+fi
32
+
33
# FIXME fix `#[linkage = "extern_weak"]` without this
34
if [[ "$(uname)" == 'Darwin' ]]; then
35
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
0 commit comments