From 6c4f31e7988d04dfa45ae3387dd8860eef31c5c0 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Fri, 16 Aug 2024 15:27:56 +0300 Subject: [PATCH] Update create_ubuntu_bootstraps.sh --- create_ubuntu_bootstraps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ubuntu_bootstraps.sh b/create_ubuntu_bootstraps.sh index aaca67c..2ac41b1 100755 --- a/create_ubuntu_bootstraps.sh +++ b/create_ubuntu_bootstraps.sh @@ -153,7 +153,7 @@ cd ../ && rm -r build && mkdir build && cd build cmake ../SPIRV-Headers-${spirv_headers_version} && make -j$(nproc) && make install cd ../ && dpkg -x wine.deb . cp opt/wine-stable/bin/widl /usr/bin -cd ../ && rm -r build && mkdir build && cd build +rm -r build && mkdir build && cd build ../libpcap-${libpcap_version}/configure && make -j$(nproc) install cd ../ && rm -r build && mkdir build && cd build ../Python-${python3_version}/configure --enable-optimizations