Skip to content
Snippets Groups Projects
Commit 1378a662 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

add support for other python versions

parent eb64c75d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ cd ..
cd gmake
make
cd ../..
cp lib/libsoloud.so $HOME/.local/lib/python3.7/site-packages/arcade/soloud/libsoloud.so
cp lib/libsoloud.so $HOME/.local/lib/python3.$(python3 -c 'import sys; print(sys.version[2],end="")')/site-packages/arcade/soloud/libsoloud.so
cd ..
rm -fr soloud
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment