Skip to content

Commit

Permalink
Prepare for DKCODER_{BASE,EXT}_SITELIB split (2/n)
Browse files Browse the repository at this point in the history
+ Remove errant Env condition check
  • Loading branch information
Jonah Beckford committed Nov 14, 2024
1 parent eb36c6a commit fe3ba94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __dk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ function(__dkcoder_delegate)
if(ARG_VERSION VERSION_GREATER_EQUAL 2.1.4.10 OR ARG_VERSION STREQUAL Env)
__dkcoder_add_environment_set("DKCODER_BASE_SITELIB=${DKCODER_BASE_SITELIB_NATIVE}")
__dkcoder_add_environment_set("DKCODER_EXT_SITELIB=${DKCODER_EXT_SITELIB_NATIVE}")
elseif(ARG_VERSION VERSION_GREATER 0.4.0.1 OR ARG_VERSION STREQUAL Env)
elseif(ARG_VERSION VERSION_GREATER 0.4.0.1)
__dkcoder_add_environment_set("DKCODER_SITELIB=${DKCODER_SITELIB_NATIVE}")
endif()
__dkcoder_add_environment_set("DKCODER_RUN_VERSION=${DKCODER_RUN_VERSION}")
Expand Down

0 comments on commit fe3ba94

Please sign in to comment.