mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 17:46:50 +08:00

Change Android and Linux branches to use RKPLATFORM macro. RKPLATFORM is shorter and it is not a cmake variable. Change-Id: I09a6fe72e7dacedbb4b2b8e1a66b6f7ca625f019 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
# Run this from within a bash shell
|
|
cmake -G "Unix Makefiles" \
|
|
-DCMAKE_TOOLCHAIN_FILE=./sofia-3gr.linux.cross.cmake \
|
|
-DRKPLATFORM=ON \
|
|
../../../../ && ccmake ../../../../
|