mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
_
This commit is contained in:
parent
8be63fdd94
commit
6d8a7b9e7e
4
.gitignore
vendored
4
.gitignore
vendored
@ -63,4 +63,6 @@ test/stack-test.cpp
|
||||
test/strs-test.cpp
|
||||
test/sysObj-test.cpp
|
||||
test/thread-test.cpp
|
||||
tools/pikaCompiler/cross-build.sh#</lab>
|
||||
tools/pikaCompiler/cross-build.sh
|
||||
tools/pikaByteCodeGen/cross-win.sh
|
||||
tools/pikaByteCodeGen/CrossCompile.cmake#</lab>
|
||||
|
@ -1,5 +0,0 @@
|
||||
set(CMAKE_SYSTEM_NAME WindowsStore)
|
||||
|
||||
set(tools /usr/bin)
|
||||
set(CMAKE_C_COMPILER /usr/bin/i686-w64-mingw32-gcc)
|
||||
set(CMAKE_CXX_COMPILER /usr/bin/i686-w64-mingw32-g++)
|
@ -1,3 +0,0 @@
|
||||
rm build-win -rf && \
|
||||
mkdir build-win && \
|
||||
cd build-win && cmake -DCMAKE_TOOLCHAIN_FILE=../CrossCompile.cmake -DCROSS_COMPILE=ON .. && make -j
|
Loading…
x
Reference in New Issue
Block a user