]> sourceware.org Git - bzip2.git/commit
Fix include path separator
authorJoshua Watt <JPEW.hacker@gmail.com>
Tue, 2 Jul 2019 20:05:44 +0000 (15:05 -0500)
committerMark Wielaard <mark@klomp.org>
Thu, 4 Jul 2019 22:13:11 +0000 (00:13 +0200)
commit53f3d0d71c3c445bc4ac413d42c4386381e47b49
treef90040534114146f9b8678a8d9a2f5e2e5d06669
parent61b434b4ef28b5e3cbf8665d6829b08b405e0899
Fix include path separator

Changes the include path separator for Windows builds to use "/" instead
of "\". Windows has no problems with using a forward slash as a path
separator, but using a backslash causes problems when attempting to
cross compile for other platforms (for example, when trying to cross
compile for MinGW from Linux).
bzip2.c
This page took 0.023504 seconds and 5 git commands to generate.