Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12658836
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
458 B
Subscribers
None
View Options
diff --git a/meson/build-cli.sh b/meson/build-cli.sh
index 07863bf..4327efb 100755
--- a/meson/build-cli.sh
+++ b/meson/build-cli.sh
@@ -1,7 +1,10 @@
#!/bin/bash
exec_name=writeas
+BIN_DIR="$MESON_BUILD_ROOT"/bin
echo "Building $exec_name CLI..."
-go build github.com/writeas/writeas-cli/cmd/writeas
+cd "$MESON_SOURCE_ROOT"/src/github.com/writeas/writeas-cli/cmd/writeas &&
+mkdir -p "$BIN_DIR" &&
+go build -o "$BIN_DIR"/writeas &&
echo "Success."
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Dec 9, 12:40 PM (10 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3531184
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment