Skip to content

Commit

Permalink
Update create_ubuntu_bootstraps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Aug 16, 2024
1 parent 1eb42ef commit 6c4f31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_ubuntu_bootstraps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c4f31e

Please sign in to comment.