diff options
| author | Fuwn <[email protected]> | 2020-11-04 18:18:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-04 18:18:00 -0800 |
| commit | 6f215d3065164303aae8a913a5a90dd157b7482d (patch) | |
| tree | 354192c5d093166b6681d84e7a4fe52047b9eb54 /Cross-Compilation_Environment_Variables.txt | |
| parent | fix: (urbandict to nsfw), (clapify, uwufy, and rate return if mention everyone) (diff) | |
| download | dep-core-next-6f215d3065164303aae8a913a5a90dd157b7482d.tar.xz dep-core-next-6f215d3065164303aae8a913a5a90dd157b7482d.zip | |
feat, fix, chore, revert (desc)
feat:
- not working: presence now checks if environment variable is present, if not, set to `0.1.0`.
- `@everyone` abuse handling
- urban dictionary to nsfw
fix:
- rename cc environment variables file
chore:
- bump version from `0.1.1` to `0.1.2`
revert:
- display presence now, but static
Diffstat (limited to 'Cross-Compilation_Environment_Variables.txt')
| -rw-r--r-- | Cross-Compilation_Environment_Variables.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cross-Compilation_Environment_Variables.txt b/Cross-Compilation_Environment_Variables.txt new file mode 100644 index 0000000..6a97000 --- /dev/null +++ b/Cross-Compilation_Environment_Variables.txt @@ -0,0 +1,5 @@ +CC=E:/cygwin64/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-gcc.exe +CFLAGS=E:\msys64\usr\include; +OPENSSL_DIR=E:\msys64\mingw64 +OPENSSL_LIB_DIR=E:\msys64\mingw64\lib +PQ_LIB_DIR=E:\Program Files\PostgreSQL\13\lib |