diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
commit | 0d7bd92672acb449761def9e234934c4a9a05129 (patch) | |
tree | 7db8cba21231fdf6b6f3b97d857c828183a6bfbb /scripts/msys2-path.env | |
parent | 0e6f7148ab0987574c45e78cb8fd6ff72fdf103a (diff) |
update/fix build config for windows
Diffstat (limited to 'scripts/msys2-path.env')
-rw-r--r-- | scripts/msys2-path.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/msys2-path.env b/scripts/msys2-path.env new file mode 100644 index 0000000..d0b4ee1 --- /dev/null +++ b/scripts/msys2-path.env @@ -0,0 +1,3 @@ +# this file should be sourced from msys2 +export C_INCLUDE_PATH="/mingw64/include:$CPLUS_INCLUDE_PATH" +export LIBRARY_PATH="/mingw64/lib:$CPLUS_INCLUDE_PATH" |