Skip to content

Commit

Permalink
chore: remove code signing check in build-mac and remove install_smas…
Browse files Browse the repository at this point in the history
…henabler
  • Loading branch information
NikhilNarayana committed Sep 22, 2023
1 parent c656657 commit 28bea0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 353 deletions.
345 changes: 0 additions & 345 deletions Data/install_smashenabler.sh

This file was deleted.

8 changes: 0 additions & 8 deletions build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ else
echo "Using Netplay build config"
fi

if [[ -z "${CERTIFICATE_MACOS_APPLICATION}" ]]
then
echo "Building without code signing"
else
echo "Building with code signing"
CMAKE_FLAGS+=' -DMACOS_CODE_SIGNING="ON"'
fi

# Move into the build directory, run CMake, and compile the project
mkdir -p build
pushd build
Expand Down

0 comments on commit 28bea0b

Please sign in to comment.