Skip to content

Commit 8fb0b61

Browse files
committed
Re-enable C++.
1 parent 595488b commit 8fb0b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ $(PROFILE_OUTPUT_DIR)/native/%.o: $(PROFILE_DIR)/native/%.c \
279279

280280
.PHONY: test-build
281281
test-build: $(LIBC_SO) \
282+
$(LIBSTDCXX_SO) \
282283
$(call timestamp_of,c-cpp)
283284

284285
$(PARSER_BUILD_DIR)/cparser: | $(PARSER_BUILD_DIR)

0 commit comments

Comments
 (0)