Merge pull request #747 from j-selby/patch-1
Add CMake field to linux-armhf target
This commit is contained in:
commit
c0ab717bb7
|
@ -3,6 +3,7 @@ PLATFORM linux
|
|||
MAKEPORTABLE YES
|
||||
CORE_JOB YES
|
||||
MAKE make
|
||||
CMAKE cmake
|
||||
PATH /usr/lib/ccache
|
||||
CC arm-linux-gnueabihf-gcc
|
||||
CXX arm-linux-gnueabihf-g++
|
||||
|
|
Loading…
Reference in New Issue