Skip to content

Commit

Permalink
Adjust win11 install under conda
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker committed Nov 6, 2023
1 parent 9029b2c commit 4a0a840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildfiles/Windows.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ TARG=das2.3
INC=/I . /I $(LIBRARY_INC)
CFLAGS=$(CFLAGS) /DEBUG /DWISDOM_FILE=C:/ProgramData/fftw3/wisdom.dat $(INC)

# Deal with differences from building under anaconda
ED=$(LIBRARY_LIB)
!if defined(CONDA_BUILD_STATE)
EXPAT_LIB=$(ED)\libexpat.lib
INSTALL_PREFIX:=$(PREFIX)
!else
EXPAT_LIB=$(ED)\libexpatMD.lib
!endif
Expand Down

0 comments on commit 4a0a840

Please sign in to comment.