ソースを参照

Merge branch 'fix_win32_build' into 'main'

Rename file extension .S to .sx to fix compile bug on Windows

See merge request bettse/seader!1
Eric Betts 2 年 前
コミット
3324af2bec
2 ファイル変更1 行追加1 行削除
  1. 0 0
      aeabi_uldivmod.sx
  2. 1 1
      application.fam

+ 0 - 0
aeabi_uldivmod.S → aeabi_uldivmod.sx


+ 1 - 1
application.fam

@@ -13,7 +13,7 @@ App(
     order=20,
     order=20,
     sources=[
     sources=[
       "seader.c",
       "seader.c",
-      "aeabi_uldivmod.S", "bsearch.c",
+      "bsearch.c", "aeabi_uldivmod.sx",
       "ccid.c", "uart.c",
       "ccid.c", "uart.c",
       "rfal_picopass.c", "scenes/*.c",
       "rfal_picopass.c", "scenes/*.c",
       "seader_worker.c",
       "seader_worker.c",