Skip to content

Commit

Permalink
Cachy mc cache face
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Dec 6, 2021
1 parent f1f666a commit 5a49315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
types: [ opened, synchronize ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally
Expand Down Expand Up @@ -44,6 +40,7 @@ jobs:
run: >
cmake --build build --config Release &&
cd build &&
rm -rf Payload
mkdir Payload &&
mv devilutionx.app Payload &&
zip -r devilutionx.ipa Payload
Expand Down
4 changes: 2 additions & 2 deletions 3rdParty/libpng/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set(PNG_TESTS OFF)
set(PNG_EXECUTABLES OFF)
set(SKIP_INSTALL_PROGRAMS ON)

if(IOS AND CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
set(PNG_ARM_NEON "on")
if(IOS AND "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "arm64")
set(PNG_ARM_NEON "on" CACHE STRING "" FORCE)
endif()

include(FetchContent)
Expand Down

0 comments on commit 5a49315

Please sign in to comment.