Skip to content

Commit

Permalink
fat binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Sep 6, 2021
1 parent 7cc7555 commit 35ef645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ rm build/cmake_install.cmake
rm build/install_manifest.txt
cd build

rm -r ../externals/*
rm -r ../externals
rm -r ../release-packaging/Fluid\ Corpus\ Manipulation/*

cmake -GNinja -DMAX_SDK_PATH=../sdk -DFLUID_PATH=../../core -DFLUID_ARCH=-mcpu=native -DCMAKE_OSX_ARCHITECTURES="arm64" ..
cmake -GNinja -DMAX_SDK_PATH=../sdk -DFLUID_PATH=../../core -DFLUID_ARCH=-mcpu=native -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" ..
ninja clean && ninja

cd ..
cd externals
# fd -e mxo -x codesign --remove-signature "{}"
fd -e mxo -x codesign --remove-signature "{}"

0 comments on commit 35ef645

Please sign in to comment.