Skip to content

Commit

Permalink
try build cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Dec 11, 2023
1 parent 4024da6 commit 5b90018
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

if (APPLE)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_OSX_ARCHITECTURES arm64;x86_64)
endif ()

project("stable-diffusion-build")
Expand Down

0 comments on commit 5b90018

Please sign in to comment.