diff --git a/build.sh b/build.sh
index e76322f754b3479ab24ed1723b47682895178a54..049b3b2a7221230959e265fb21f8cc7a8a51e3d6 100755
--- a/build.sh
+++ b/build.sh
@@ -338,9 +338,6 @@ build_generic_win32()
 	FREETYPE2_INCLUDE_DIR="$ROOT/install/include"
 	FREETYPE2_LIBRARIES="$ROOT/install/lib/libfreetype.a"
 	patch CMakeLists.txt < $ROOT/patches/CMakeLists.txt.oglft.patch >> $LOGFILE 2>&1 || failure
-	# patch: build static lib instead of shared
-	cd $ROOT/3rdparty/oglft/liboglft || failure
-	patch CMakeLists.txt < $ROOT/patches/CMakeLists.txt.liboglft.patch >> $LOGFILE 2>&1 || failure
 	cp $ROOT/patches/toolchain-linux-mingw.oglft.cmake $ROOT/build/oglft >> $LOGFILE 2>&1 || failure
 	export OGLFT_INSTALL=$ROOT/install
 	echo "Building OGLFT..." | tee -a $LOGFILE