Windows: must use backslash for makefile exist test
Change-Id: Ifb8c7b88be92a856073e1001ace60ac43c69eb6d
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
!if exist(thirdparty/NTMakefile)
|
!if exist("thirdparty\NTMakefile")
|
||||||
thirdparty=thirdparty
|
thirdparty=thirdparty
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user