Skip to content

Commit 451e9ee

Browse files
committed
make : remove "talk" target until updated
1 parent 1133ac9 commit 451e9ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ else
141141
command \
142142
stream \
143143
lsp \
144-
talk \
145144
talk-llama
145+
# talk (TODO: disalbed)
146146
endif
147147

148148
default: $(BUILD_TARGETS)

examples/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if (EMSCRIPTEN)
102102
set_target_properties(libstream PROPERTIES FOLDER "libs")
103103
add_subdirectory(command.wasm)
104104
set_target_properties(libcommand PROPERTIES FOLDER "libs")
105-
add_subdirectory(talk.wasm)
106-
set_target_properties(libtalk PROPERTIES FOLDER "libs")
105+
#add_subdirectory(talk.wasm)
106+
#set_target_properties(libtalk PROPERTIES FOLDER "libs")
107107
add_subdirectory(bench.wasm)
108108
set_target_properties(libbench PROPERTIES FOLDER "libs")
109109
elseif(CMAKE_JS_VERSION)

0 commit comments

Comments
 (0)