Skip to content

Commit 67a5b17

Browse files
committed
add a dot
1 parent 3790c76 commit 67a5b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcxx/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EZCXXFLAGS += -fno-exceptions -fno-rtti -std=c++20 -D_LIBCPP_BUILDING_LIBRARY -D
2727
EZCXXFLAGS += -fno-use-cxa-atexit
2828

2929
WILDCARD_SRC = $(wildcard *.src) $(BUILD_SRC)
30-
LIBCXX_H := include/
30+
LIBCXX_H := include/.
3131

3232
ALGORITHM_H := include/__algorithm
3333
ALGORITHM_PSTL_H := include/__algorithm/pstl_backends

0 commit comments

Comments
 (0)