Skip to content

Commit

Permalink
fix embed dmon for win native build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 9, 2024
1 parent 4279e3e commit 7891d33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/win-native.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ src/embed-headers.c:
bash build/embed-headers.sh win
sed -i 's/unsigned char/const char/' src/embed-headers.c
sed -i 's/unsigned int/const unsigned int/' src/embed-headers.c

src/embed-dmon.c:
$(info Embedding dmon headers)
bash build/embed-dmon.sh

0 comments on commit 7891d33

Please sign in to comment.