diff options
| author | Fuwn <[email protected]> | 2020-10-29 23:52:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 23:52:52 -0700 |
| commit | 619c8902a6650dede57fa97136b076b0c86e96a7 (patch) | |
| tree | bd5451d7f9f74e1c61b90a2e60ee8c1d9832110b | |
| parent | feat, chore, doc (diff) | |
| download | dep-core-next-619c8902a6650dede57fa97136b076b0c86e96a7.tar.xz dep-core-next-619c8902a6650dede57fa97136b076b0c86e96a7.zip | |
chore: change cc env vars file type, (md -> txt)
| -rw-r--r-- | Cross-Compilation_Enviorment_Variables.txt (renamed from Cross-Compilation_Enviorment_Variables.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross-Compilation_Enviorment_Variables.md b/Cross-Compilation_Enviorment_Variables.txt index 2ae277e..6a97000 100644 --- a/Cross-Compilation_Enviorment_Variables.md +++ b/Cross-Compilation_Enviorment_Variables.txt @@ -2,4 +2,4 @@ CC=E:/cygwin64/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-g 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
\ No newline at end of file +PQ_LIB_DIR=E:\Program Files\PostgreSQL\13\lib |