mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
Replace 'arch' with uname
This commit is contained in:
committed by
popcornmix
parent
5070cb7fc1
commit
666d281a7a
2
buildme
2
buildme
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
BUILDTYPE=Release
|
BUILDTYPE=Release
|
||||||
ARCH=`arch`
|
ARCH=$(uname -m)
|
||||||
ARM64=OFF
|
ARM64=OFF
|
||||||
CMAKE_TOOLCHAIN_FILE=../../../makefiles/cmake/toolchains/arm-linux-gnueabihf.cmake
|
CMAKE_TOOLCHAIN_FILE=../../../makefiles/cmake/toolchains/arm-linux-gnueabihf.cmake
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user