mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
da22348c70
commit
da5cb2d1c3
@ -1,15 +1,6 @@
|
||||
mkdir -p output/windows/x86_64
|
||||
cd dylib
|
||||
xmake f -p windows -a x64
|
||||
xmake
|
||||
cp build/windows/x64/release/test.dll ../output/windows/x86_64
|
||||
cd ..
|
||||
mkdir -p output/windows/x86_64
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --config Release
|
||||
cp Release/main.exe ../output/windows/x86_64
|
||||
cp Release/pocketpy.dll ../output/windows/x86_64
|
||||
cp Release/main.exe ../
|
||||
cp Release/pocketpy.dll ../
|
Loading…
x
Reference in New Issue
Block a user