diff --git a/CMakeLists.txt b/CMakeLists.txt index 966ae5c..5ad1c31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -294,7 +294,7 @@ target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBRARIES}) IF(APPLE) - add_custom_command(TARGET ${target} POST_BUILD COMMAND cmake -P "${CMAKE_SOURCE_DIR}/patches/mac/CompleteBundle.cmake" VERBATIM) + add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD COMMAND cmake -P "${CMAKE_SOURCE_DIR}/patches/mac/CompleteBundle.cmake" VERBATIM) ENDIF() if(STEAM) diff --git a/cleanup.sh b/cleanup.sh index cfe2c08..61a250d 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -2,6 +2,8 @@ rm -rf journal/mac/__pycache__ rm -rf steamshim_parent/build +rm -rf steamshim_parent/CMakeFiles +rm -rf steamshim_parent/CMakeCache.txt rm -rf build rm -rf bin rm -rf lib diff --git a/conanfile.py b/conanfile.py index 2863e37..03c5c75 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ class MkxpConan(ConanFile): license = "GPLv2" url = "https://github.com/elizagamedev/mkxp-oneshot" description = "OneShot game runtime" - settings = "os", "compiler", "build_type", "arch" + settings = "os", "compiler", "build_type", "arch", "cppstd" generators = "cmake" exports_sources = "*" requires = (