Skip to content

Commit

Permalink
Update build.yml for Windows build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsut committed May 8, 2024
1 parent f0956d6 commit 5913376
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build cfg for Windows
if: matrix.os == 'windows-latest'
run: |
bash.exe ./configure --with-headers=../boost/ --with-libraries=../boost/stage/x64/Release/lib/ --with-xml
cp .\Makefile.config.win .\Makefile.config
make
dir -R
dir ../
Expand Down
8 changes: 8 additions & 0 deletions Makefile.config.win
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LIBBOOST_SUFFIX=
BOOST_VERSION=
BOOST_DIR=../boost
XERCES_DIR=../boost
LIBBOOST_DIR=../boost/stage/x64/Release/lib
LIBXERCES_DIR=../boost/stage/x64/Release/lib
OPTIONS=
HAS_CFG_XML=1

0 comments on commit 5913376

Please sign in to comment.