Browse Source

Do not disable ntdll-Syscall_Emulation on Staging WoW64

Looks like this is no longer needed for staging wow64 builds to work properly.

#186
Kron4ek 3 weeks ago
parent
commit
24b0d973aa
1 changed files with 0 additions and 6 deletions
  1. 0 6
      build_wine.sh

+ 0 - 6
build_wine.sh

@@ -274,12 +274,6 @@ else
 			staging_patcher=("${BUILD_DIR}"/wine-staging-"${WINE_VERSION}"/staging/patchinstall.py)
 		fi
 
-		if [ "${EXPERIMENTAL_WOW64}" = "true" ]; then
-  			if ! grep Disabled "${BUILD_DIR}"/wine-staging-"${WINE_VERSION}"/patches/ntdll-Syscall_Emulation/definition 1>/dev/null; then
-				STAGING_ARGS="--all -W ntdll-Syscall_Emulation"
-			fi
-		fi
-
 		cd wine || exit 1
 		if [ -n "${STAGING_ARGS}" ]; then
 			"${staging_patcher[@]}" ${STAGING_ARGS}