Skip to content
  • Steve Xuereb's avatar
    Fix build on macOS and ldflags · 3b60933c
    Steve Xuereb authored
    macOS directory is not case senstative. It gets confused when there is a
    file name VERSION and a directory called `version` and there are
    conflicts which prevents macOS users from building the application.
    
    Remove the `version` package since we don't really need packages for a 2
    file application.
    
    The version variables are not set properly inside of the Makefile since
    it's using the wrong import path.
    3b60933c