Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #------- configuration -------#
  2. -e ccache: no
  3. -e build type: debug
  4. -e toolchain: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
  5. -e cpu: arm64
  6. -e cpu (cmake): aarch64
  7. -e host: arm-apple-darwin
  8. -e cflags: -fheinous-gnu-extensions -no-cpp-precomp -ftree-vectorize -pipe -Wno-trigraphs -fpascal-strings -Wreturn-type -Wunused-variable -fmessage-length=0 -gdwarf-2 -Wno-error=implicit-function-declaration -arch arm64 -mappletvos-version-min=11.0 -fembed-bitcode -g -D_DEBUG
  9. -e cxxflags: -std=c++14 -no-cpp-precomp -arch arm64 -mappletvos-version-min=11.0 -stdlib=libc++ -fembed-bitcode -g -D_DEBUG
  10. -e ldflags: -Wl,-search_paths_first -L/usr/lib -arch arm64 -mappletvos-version-min=11.0 -isysroot -stdlib=libc++ -liconv
  11. -e ffmpeg options:
  12. -e prefix: /Users/Shared/xbmc-depends
  13. -e depends: /Users/Shared/xbmc-depends/appletvos11.0_arm64-target-debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement