File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments