Skip to content

Commit

Permalink
optimize file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Dec 10, 2023
1 parent 0866046 commit 2b72c00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ int main(int argc, char const *argv[])
在 Linux 系统下,编译依赖 EGE 的程序,同样要使用 `mingw-w64` 工具链中的 `g++`,并且根据
环境可能需要添加额外的编译参数 `-D_FORTIFY_SOURCE=0`
(参考链接 [undefined reference to `__memcpy_chk'](https://github.com/msys2/MINGW-packages/issues/5868)。
为了简化单文件编译指令,EGE 根目录下提供了`ege_g++.sh` 脚本,可按需使用。
为了简化单文件编译指令,EGE `utils` 目录下提供了`ege_g++.sh` 脚本,可按需使用。
File renamed without changes.
4 changes: 4 additions & 0 deletions utils/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"
../tasks.sh --release --reload --target xege --build

0 comments on commit 2b72c00

Please sign in to comment.