mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
CEMU: not building, temporary disabled it
This commit is contained in:
parent
2e235d4135
commit
28dcccc4a3
|
@ -1310,23 +1310,23 @@ modules:
|
||||||
|
|
||||||
# CEMU - START
|
# CEMU - START
|
||||||
|
|
||||||
- name: Cemu
|
# - name: Cemu
|
||||||
buildsystem: cmake-ninja
|
# buildsystem: cmake-ninja
|
||||||
builddir: true
|
# builddir: true
|
||||||
config-opts:
|
# config-opts:
|
||||||
- -DENABLE_VCPKG=false
|
# - -DENABLE_VCPKG=false
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
# - -DCMAKE_BUILD_TYPE=Release
|
||||||
#- -DCMAKE_C_COMPILER=/usr/bin/gcc
|
# #- -DCMAKE_C_COMPILER=/usr/bin/gcc
|
||||||
#- -DCMAKE_CXX_COMPILER=/usr/bin/g++
|
# #- -DCMAKE_CXX_COMPILER=/usr/bin/g++
|
||||||
- -Dimgui_LINK_LIBRARIES=/app/lib/imgui
|
# - -Dimgui_LINK_LIBRARIES=/app/lib/imgui
|
||||||
sources:
|
# sources:
|
||||||
- type: git
|
# - type: git
|
||||||
url: https://github.com/cemu-project/Cemu
|
# url: https://github.com/cemu-project/Cemu
|
||||||
commit: d8da8a54a6c08296a884b892d714cabcb7e4bdb5
|
# commit: d8da8a54a6c08296a884b892d714cabcb7e4bdb5
|
||||||
- type: git
|
# - type: git
|
||||||
dest: 3rdparty/imgui/imgui
|
# dest: 3rdparty/imgui/imgui
|
||||||
url: https://github.com/ocornut/imgui.git
|
# url: https://github.com/ocornut/imgui.git
|
||||||
commit: 60bea052a92cbb4a93b221002fdf04f0da3698e1
|
# commit: 60bea052a92cbb4a93b221002fdf04f0da3698e1
|
||||||
|
|
||||||
# CEMU - END
|
# CEMU - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue