Skip to content

Commit

Permalink
Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 11, 2024
1 parent 8682d71 commit a5cb828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ jobs:
- name: Create Android MakeFile
run:
cat << EOF > ${{ env.PATH_TO_CODE_FOLDER }}/Android.mk
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PATH := \$(call my-dir)
include \$(CLEAR_VARS)
LOCAL_MODULE := ImagineBreaker_android_${{ env.matrix.arch[1] }}
LOCAL_SRC_FILES := ${{ env.CODE_FILE }}.c
include $(BUILD_SHARED_LIBRARY)
include \$(BUILD_SHARED_LIBRARY)
EOF

- name: Compile and Link
Expand Down

0 comments on commit a5cb828

Please sign in to comment.