Skip to content

Commit abb5159

Browse files
committed
Fix windows build error
1 parent 92ce860 commit abb5159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if (BUILD_CLI)
131131
OUTPUT ${CMAKE_BINARY_DIR}/static.c
132132
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
133133
COMMAND ${ZIG} cc ${CMAKE_C_FLAGS} -o ${CMAKE_BINARY_DIR}/pack ${mongoose_SOURCE_DIR}/test/pack.c
134-
COMMAND ${CMAKE_BINARY_DIR}/pack web/*.html web/*.ttf > ${CMAKE_BINARY_DIR}/static.c
134+
COMMAND ${CMAKE_BINARY_DIR}/pack web/index.html web/IBMPlexMono-Regular.ttf > ${CMAKE_BINARY_DIR}/static.c
135135
DEPENDS web/index.html
136136
)
137137

0 commit comments

Comments
 (0)