mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 08:09:51 +00:00
cmake: Remove old qmake options.
This commit is contained in:
parent
1c8ac05b06
commit
7fd96c9912
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…
Reference in New Issue
Block a user