File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUST_TARGET_DIR?=../../target
55RUST_SRC_DIR? =../../c
66RUSTFLAGS? =
77
8- CFLAGS? =-Wall -g -I../../c/build/include
8+ CFLAGS? =-Wall -g -I../../c/build/include/pathfinder_c
99LIBS? =-lpathfinder_c -lglfw
1010MKDIR? =mkdir -p
1111RM? =rm
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111#include <GLFW/glfw3.h>
12- #include <pathfinder/pathfinder .h>
12+ #include <pathfinder_c .h>
1313#include <stdarg.h>
1414#include <stdbool.h>
1515#include <stdio.h>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUST_TARGET_DIR?=../../target
55RUST_SRC_DIR? =../../c
66RUSTFLAGS? =-C target-cpu=native
77
8- CFLAGS? =-Wall -g -I../../c/build/include
8+ CFLAGS? =-Wall -g -I../../c/build/include/pathfinder_c
99LIBS? =-lpathfinder_c
1010MKDIR? =mkdir -p
1111RM? =rm
Original file line number Diff line number Diff line change 1010
1111#include <SDL2/SDL.h>
1212#include <SDL2/SDL_opengl.h>
13- #include <pathfinder/pathfinder .h>
13+ #include <pathfinder_c .h>
1414#include <stdarg.h>
1515#include <stdbool.h>
1616#include <stdio.h>
You can’t perform that action at this time.
0 commit comments