Skip to content

Commit

Permalink
Add messages explaining what we are doing when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanul committed Aug 20, 2024
1 parent ae3d1de commit e2896ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ PLUGINS_DIR = os.path.expanduser("~/.config/GIMP/2.10/plug-ins")

def main():
if not os.path.exists(BUILD_DIR):
print("Setting up...")
os.system("meson setup " + BUILD_DIR)
os.chdir(BUILD_DIR)
print("Compiling...")
os.system("meson compile")

if not os.path.exists(PLUGINS_DIR):
Expand Down

0 comments on commit e2896ab

Please sign in to comment.