HomeSort by: relevance | last modified time | path
    Searched defs:emsdk (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 330 with-emsdk:=auto
332 Needed only by ext/wasm. Default=EMSDK env var.}
987 # does. Most of the work is done via [proj-check-emsdk], then this
1006 proc sqlite-handle-emsdk {} {
1012 # The EMSDK pieces require writing to the original source tree
1014 # support an out-of-tree build so we treat that case as if EMSDK
1016 msg-result "Out-of tree build: not checking for EMSDK."
1021 if {![get-define HAVE_WASI_SDK] && [proj-check-emsdk]} {
1856 with-emsdk
proj.tcl 1043 # @proj-check-emsdk
1048 # anywhere but Linux. Requires that the --with-emsdk flag be
1051 # It looks for the SDK in the location specified by --with-emsdk.
1052 # Values of "" or "auto" mean to check for the environment var EMSDK
1059 # If the --with-emsdk[=DIR] flag is explicitly provided and the SDK is
1066 # - EMSDK_HOME = "" or top dir of the emsdk
1075 proc proj-check-emsdk {} {
1076 set emsdkHome [opt-val with-emsdk]
1083 # Check the environment. $EMSDK gets set by sourcing emsdk_env.sh.
1084 set emsdkHome [get-env EMSDK ""]
    [all...]

Completed in 15 milliseconds