1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Fixes doc/Makefile fails if path contains spaces

This commit is contained in:
Voylin
2022-09-11 16:48:31 +09:00
parent b52305351d
commit 0fd29f76a2

View File

@@ -1,4 +1,4 @@
BASEDIR = $(CURDIR)
BASEDIR = .
CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/
OUTPUTDIR = $(BASEDIR)/_build
TOOLSDIR = $(BASEDIR)/tools