Skip to content

Commit

Permalink
chore: fix build (#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi authored Dec 14, 2023
1 parent ab95e21 commit a648ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ endif()
file(GLOB ZIG_FILES
"${BUN_SRC}/*.zig"
"${BUN_SRC}/*/*.zig"
"${BUN_SRC}/*/*/*.zig"
"${BUN_SRC}/*/*/*/*.zig"
"${BUN_SRC}/*/*/*/*/*.zig"
)
Expand Down Expand Up @@ -1284,4 +1285,4 @@ endif()

if(NO_CODEGEN)
message(STATUS "NOTE: NO_CODEGEN is ON, this build expects ./codegen to exist")
endif()
endif()

0 comments on commit a648ed9

Please sign in to comment.