diff options
author | mattn <mattn.jp@gmail.com> | 2018-10-13 10:15:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 10:15:51 +0900 |
commit | 5cd1ba58664ccf49ec87604458165e96a5d31647 (patch) | |
tree | 167849a2631593eb07f6763c71b50b82437de96d | |
parent | Merge pull request #645 from mattn/sqlite-amalgamation-3250200 (diff) | |
parent | Fix typo in README.md (diff) | |
download | golite-5cd1ba58664ccf49ec87604458165e96a5d31647.tar.gz golite-5cd1ba58664ccf49ec87604458165e96a5d31647.tar.xz |
Merge pull request #650 from relud/patch-1
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro When receiving a compile time error referencing recompile with `-FPIC` then you are probably using a hardend system. - You can copile the library on a hardend system with the following command. + You can compile the library on a hardend system with the following command. ```bash go build -ldflags '-extldflags=-fno-PIC' |