Add wapp src as include directory
This commit is contained in:
parent
9080e04d5a
commit
5adc278abc
2
compile
2
compile
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
(set -x ; clang -g intern/wapp/src/wapp.c uuid4.c -o uuid4)
|
(set -x ; clang -g -Iintern/wapp/src intern/wapp/src/wapp.c uuid4.c -o uuid4)
|
||||||
|
Loading…
Reference in New Issue
Block a user