Skip to content

Commit 6b53bd5

Browse files
authored
Fix
I forgot a $(PWD)
1 parent 3e8afa7 commit 6b53bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ create-without-open: clean
1111
xcrun safari-web-extension-converter "$(PWD)" --project-location safari-extension --force --no-open
1212

1313
macos: create-without-open
14-
xcodebuild -workspace safari-extension/ScratchTools/ScratchTools.xcodeproj/project.xcworkspace -scheme "ScratchTools (macOS)" -configuration Debug clean build CONFIGURATION_BUILD_DIR=$(PWD)/safari-extension-build
14+
xcodebuild -workspace safari-extension/ScratchTools/ScratchTools.xcodeproj/project.xcworkspace -scheme "ScratchTools (macOS)" -configuration Debug clean build CONFIGURATION_BUILD_DIR="$(PWD)/safari-extension-build"
1515
echo "App available at $(PWD)/safari-extension-build"

0 commit comments

Comments
 (0)