Skip to content

Commit 6fc404e

Browse files
committed
Remove build/yuescript-makefile-remove-stdc++fs.patch
1 parent 620b431 commit 6fc404e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ jobs:
236236
- name: Build
237237
run: |
238238
git apply build/baremetalpi/circle.patch
239-
git apply build/yuescript-makefile-remove-stdc++fs.patch
240239
cd build
241240
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
242241
make tic80studio -j$(nproc)
@@ -298,7 +297,6 @@ jobs:
298297
- name: Build
299298
run: |
300299
git apply build/baremetalpi/circle.patch
301-
git apply build/yuescript-makefile-remove-stdc++fs.patch
302300
cd build
303301
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
304302
make tic80studio -j$(nproc)
@@ -347,7 +345,6 @@ jobs:
347345
348346
- name: Build
349347
run: |
350-
git apply build/yuescript-makefile-remove-stdc++fs.patch
351348
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/cmake/3DS.cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON -DBUILD_WITH_SCHEME=OFF -DBUILD_WITH_JS=OFF -DBUILD_WITH_PYTHON=OFF ..
352349
cmake --build build --parallel
353350

build/yuescript-makefile-remove-stdc++fs.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)