Skip to content

Commit

Permalink
test(ci): macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Aug 4, 2024
1 parent 8147729 commit 124aeeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()

message(WARNING ${CMAKE_EXE_LINKER_FLAGS})

# Try to import all Python components potentially needed by nanobind
find_package(Python 3.8
REQUIRED COMPONENTS Interpreter Development.Module
Expand Down
2 changes: 1 addition & 1 deletion src/llvm/Core/enum.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "Core/enum.h"
#include "enum.h"
#include <llvm-c/Core.h>
#include "../_types.h"

Expand Down

0 comments on commit 124aeeb

Please sign in to comment.