mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 15:40:23 +08:00
Rename build
dir to .build
This allows the bazel `BUILD` file to coexist on case insensitive filesystems such as on OSX. PUBLISHED_FROM=35def41bea62ddc623966e26814adddbf53315d5
This commit is contained in:
parent
53c3e1338f
commit
2c4ffcf70d
@ -6,7 +6,7 @@ PLATFORM = CC3200
|
||||
SDK_PATH ?= /cc3200-sdk
|
||||
REPO_PATH ?= ../../..
|
||||
COMMON_PATH ?= $(REPO_PATH)/common
|
||||
BUILD_DIR ?= ./build
|
||||
BUILD_DIR ?= ./.build
|
||||
FW_DIR ?= ./out
|
||||
SLFS_PATH ?= ./slfs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user