Add SRCDIR, issue #245
This commit is contained in:
parent
e394da6f51
commit
8447b37c50
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
package raygui
|
package raygui
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION -I../raylib/ -Wno-unused-result
|
#cgo CFLAGS: -DRAYGUI_IMPLEMENTATION -I${SRCDIR}/../raylib -Wno-unused-result
|
||||||
#include "raygui.h"
|
#include "raygui.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue