Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-organizing external & platform build folders #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

keith4ever
Copy link
Collaborator

@keith4ever keith4ever commented Dec 18, 2024

  1. updated & simplified git ignore list

  2. added new top level make commands:

  • rebuild-env
  • ci-env (for github CI mode)
  • clean with 'all' option
  • build with qnn, gpu, linux options
  • test with android, linux options
  1. updated build_SDL.sh with updated build and source locations

  2. updated build_ffmpeg.sh with updated build and source locations

  3. moving all external build folders to external/build

  4. moving all external lib folders to external/libs/$PLATFORM

@keith4ever keith4ever requested review from bpkeene and atiorh December 18, 2024 01:12
@@ -87,5 +80,5 @@ rm -rf ${BUILD_DIR}/lib/libavfilter.so*
rm -rf ${BUILD_DIR}/include/libavdevice
rm -rf ${BUILD_DIR}/include/libavfilter

cp -rf ${BUILD_DIR}/lib/lib*.so* $SOURCE_DIR/../../libs/$PLATFORM/
cp -rf ${BUILD_DIR}/include/* $SOURCE_DIR/../../inc/
cp -rf ${BUILD_DIR}/lib/lib*.so* $CURRENT_DIR/../external/libs/$PLATFORM/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this adds a cwd dependency to this build script, is that intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants