Fix relative path
Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b
This commit is contained in:
parent
4b1b454856
commit
46a990205f
1 changed files with 1 additions and 1 deletions
2
external/glm/Makefile
vendored
2
external/glm/Makefile
vendored
|
@ -2,6 +2,6 @@
|
|||
|
||||
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
|
||||
include $(module_directory)/../solenv/gbuild/partial_build.mk
|
||||
include $(module_directory)/../../solenv/gbuild/partial_build.mk
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue