Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit e88569b

Browse files
committed
Nix change
1 parent 2e23a8a commit e88569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109
''
110110
mkdir -p "$out/bin"
111-
$CXX -Wall -include ./demos/chat-client/c++/assets.h -pedantic ${demos.chat-client.cpp.src} \
111+
$CXX -Wall -I"./demos/chat-client/c++/" -pedantic ${demos.chat-client.cpp.src} \
112112
-o "$out/bin/chat-client.wasm"
113113
'';
114114

0 commit comments

Comments
 (0)