mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 12:54:32 +00:00
Re-enable the Windows python 3.8 build
This commit is contained in:
parent
5e9053988f
commit
cbad2be774
@ -73,17 +73,15 @@ environment:
|
||||
PYTHON64_LIBRARY: "C:\\Python37-x64\\libs\\python37.lib"
|
||||
|
||||
# Python 3.8
|
||||
# Skip due to the following error:
|
||||
# Fatal Python error : _PyInterpreterState_Get(): no current thread state
|
||||
# - PYTHON_VERSION: "3.8"
|
||||
# PYTHON32_PATH: "C:\\Python38"
|
||||
# PYTHON32_INCLUDE: "C:\\Python38\\include"
|
||||
# PYTHON32_BINARY: "C:\\Python38\\python.exe"
|
||||
# PYTHON32_LIBRARY: "C:\\Python38\\libs\\python38.lib"
|
||||
# PYTHON64_PATH: "C:\\Python38-x64"
|
||||
# PYTHON64_INCLUDE: "C:\\Python38-x64\\include"
|
||||
# PYTHON64_BINARY: "C:\\Python38-x64\\python.exe"
|
||||
# PYTHON64_LIBRARY: "C:\\Python38-x64\\libs\\python38.lib"
|
||||
- PYTHON_VERSION: "3.8"
|
||||
PYTHON32_PATH: "C:\\Python38"
|
||||
PYTHON32_INCLUDE: "C:\\Python38\\include"
|
||||
PYTHON32_BINARY: "C:\\Python38\\python.exe"
|
||||
PYTHON32_LIBRARY: "C:\\Python38\\libs\\python38.lib"
|
||||
PYTHON64_PATH: "C:\\Python38-x64"
|
||||
PYTHON64_INCLUDE: "C:\\Python38-x64\\include"
|
||||
PYTHON64_BINARY: "C:\\Python38-x64\\python.exe"
|
||||
PYTHON64_LIBRARY: "C:\\Python38-x64\\libs\\python38.lib"
|
||||
|
||||
matrix:
|
||||
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
|
||||
|
Loading…
x
Reference in New Issue
Block a user