build: make the build emit relative paths

This commit is contained in:
2017-11-19 18:26:39 -08:00
parent 3976d8635e
commit ebc65ac4a5
2 changed files with 21 additions and 21 deletions

3
configure vendored
View File

@@ -68,7 +68,6 @@ fi
add_define CCFLAGS_EXTRA "$ccflags_extra"
add_define LDFLAGS_EXTRA "$ldflags_extra"
add_define OUT "$output_dir/"
add_define SRC_DIR "$proj_dir/src/"
add_define SRC_DIR "$proj_dir/src"
exit 0