Skip to content

Commit

Permalink
Try having map
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Oct 13, 2023
1 parent e41a3ee commit 54ad920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/win_build_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export MINGW_CHOST=x86_64-w64-mingw32
export MSYSTEM_PREFIX=/mingw64
export PATH=/mingw64/bin:$PATH

# if BUILD_SOURCESDIRECTORY not available, use te root of the repo
# if BUILD_SOURCESDIRECTORY not available, use the root of the repo
if [ -z "$BUILD_SOURCESDIRECTORY" ]; then
export BUILD_SOURCESDIRECTORY=$(git rev-parse --show-toplevel)
fi
Expand Down
1 change: 1 addition & 0 deletions mingw_files/nrnmingwenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ copyinc '
<math.h>
<stdio.h>
<stdlib.h>
<map>
<ctype.h>
<float.h>
Expand Down

0 comments on commit 54ad920

Please sign in to comment.