Skip to content

Commit 7e7d013

Browse files
committed
Forgot to git Apply
1 parent 70bf75b commit 7e7d013

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236
- name: Build
237237
run: |
238238
git apply build/baremetalpi/circle.patch
239+
git apply build/yuescript-makefile-remove-stdc++fs.patch
239240
cd build
240241
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
241242
make tic80studio -j$(nproc)
@@ -297,6 +298,7 @@ jobs:
297298
- name: Build
298299
run: |
299300
git apply build/baremetalpi/circle.patch
301+
git apply build/yuescript-makefile-remove-stdc++fs.patch
300302
cd build
301303
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
302304
make tic80studio -j$(nproc)
@@ -369,6 +371,7 @@ jobs:
369371

370372
- name: Build
371373
run: |
374+
git apply build/yuescript-makefile-remove-stdc++fs.patch
372375
cd build
373376
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
374377
cmake --build . --parallel

vendor/yuescript-makefile-remove-stdc++fs.patch renamed to build/yuescript-makefile-remove-stdc++fs.patch

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
diff --git a/makefile b/makefile
2-
index d7e85d3..299b352 100644
3-
--- a/makefile
4-
+++ b/makefile
1+
--- a/vendor/yuescript/makefile
2+
+++ b/vendor/yuescript/makefile
53
@@ -60,7 +60,7 @@ endif
64

75
# Add platform related linker flag

0 commit comments

Comments
 (0)