Skip to content

Commit

Permalink
ok last try
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 21, 2024
1 parent be90a47 commit cfd5a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
- JOB_NAME: "win64"
CMAKE_TARGET: "Visual Studio 16 2019"
PLATFORM: "x64"
CMAKE_ARCH: "-A x64 -DPython_ROOT_DIR=C:\\Python311-x64"
CMAKE_ARCH: "-A x64 -DPython3_EXECUTABLE=C:\\Python311-x64\\python.exe"
- JOB_NAME: "clang"
CMAKE_TARGET: "Visual Studio 16 2019"
PLATFORM: "Win32"
Expand Down
2 changes: 1 addition & 1 deletion src/asar-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if(ASAR_GEN_DLL_TEST)
# the interface tests run python, and we can't run ASan in python (or
# well, we can, but it has some memory leaks which ASan considers an
# error) so disable the interface tests in this case.
find_package(Python)
find_package(Python3)
add_custom_target(run-interface-test
"${CMAKE_COMMAND}" -E env "ASARDLL=$<TARGET_FILE:asar>" "${Python_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/interface-tests/main.py"
VERBATIM)
Expand Down

0 comments on commit cfd5a9a

Please sign in to comment.