Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Commit 13e2e5c

Browse files
committed
xcython_linux
1 parent 8d5dfc4 commit 13e2e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LCEngine/xcython_linux.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
rm LCEngine2.so
2+
rm LCEngine4.so
33

44
x=$(pwd)
55
export LIBRARY_PATH=$x
@@ -14,7 +14,7 @@ then
1414
else
1515
folder=32
1616
fi
17-
cp LCEngine2.so ../Engines/Linux$folder/_tools
17+
cp LCEngine4.so ../Engines/Linux$folder/_tools
1818
cp libirina.so ../Engines/Linux$folder/_tools
19-
cp LCEngine2.so ..
19+
cp LCEngine4.so ..
2020
cp libirina.so ..

0 commit comments

Comments
 (0)