mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 11:50:52 +00:00
Makefiles: Change ${shell pwd} to $(CURDIR) since pwd doesn't exist on Windows
This commit is contained in:
parent
f7229b24fe
commit
e73ca15c99
6 changed files with 6 additions and 11 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
# Set up build configuration and environment
|
||||
|
||||
WD := ${shell pwd | sed -e 's/ /\\ /g'}
|
||||
WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'}
|
||||
|
||||
CONFIG_TESTING_UNITY_URL ?= "https://github.com/ThrowTheSwitch/Unity/archive"
|
||||
CONFIG_TESTING_UNITY_VERSION ?= "2.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue