d8219ad971
* build: Cleanup build process, move main application to /main folder * build: Try fixing MacOS bundling * build: Fixed swapped parameters * build: One imhex -> main too much * build: Move resources to a better location * build: Try to fix macos bundle creation * build: More bundle fixes * build: Fixed syntax * build: Another try * build: Added macos debugging stuff * build: Fix bundle path * build: Removed duplicated adding of Frameworks folder to rpath * build: Removed debugging
13 lines
241 B
Ruby
13 lines
241 B
Ruby
brew "glfw"
|
|
brew "mbedtls"
|
|
brew "nlohmann-json"
|
|
brew "cmake"
|
|
brew "ccache"
|
|
brew "python3"
|
|
brew "freetype2"
|
|
brew "libmagic"
|
|
brew "pkg-config"
|
|
|
|
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10
|
|
brew "llvm"
|