Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Jan 3, 2025
1 parent af3ad41 commit c2f7dbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

BUILD_DIR?=.builds/universal_again
BUILD_TYPE?=Debug
TEAM_ID?=98WQ3X9M7Q

# Determine the version the same way cmake does
VERSION:=$(shell cmake -P The-Orm/gitversion.cmake 2>&1 >/dev/null)
VERSION=$(shell cmake -P The-Orm/gitversion.cmake 2>&1 >/dev/null)

# Make sure to setup a Python that matches the universal build/fat binary or the architecture build
# This can be really messy if you have - like me - multiple versions of Python installed on the Mac.
Expand Down

0 comments on commit c2f7dbb

Please sign in to comment.