mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Run xcodebuild from the right directory.
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
# Use Xcode do make the actual build
|
||||
all:
|
||||
@xcodebuild -alltargets -activeconfiguration | grep -v "^$$"
|
||||
@(cd .. && xcodebuild -alltargets -activeconfiguration | grep -v "^$$")
|
||||
clean:
|
||||
@xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$"
|
||||
@(cd .. && xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$")
|
||||
|
||||
define PACKAGE_RULE1
|
||||
$(RM) tmp "Transmission $(VERSION_PACKAGE)" \
|
||||
|
||||
Reference in New Issue
Block a user