mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
cmake: Remove old qmake options.
This commit is contained in:
parent
1c8ac05b06
commit
7fd96c9912
1 changed files with 0 additions and 5 deletions
5
b.sh
5
b.sh
|
@ -31,14 +31,9 @@ do
|
|||
;;
|
||||
--release)
|
||||
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release ${CMAKE_ARGS}"
|
||||
QMAKE_ARGS="CONFIG+=release ${QMAKE_ARGS}"
|
||||
;;
|
||||
--debug)
|
||||
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug ${CMAKE_ARGS}"
|
||||
QMAKE_ARGS="CONFIG+=debug ${QMAKE_ARGS}"
|
||||
;;
|
||||
--system-ffmpeg)
|
||||
QMAKE_ARGS="CONFIG+=system_ffmpeg ${QMAKE_ARGS}"
|
||||
;;
|
||||
--headless) echo "Headless mode enabled"
|
||||
CMAKE_ARGS="-DHEADLESS=ON ${CMAKE_ARGS}"
|
||||
|
|
Loading…
Add table
Reference in a new issue