aboutsummaryrefslogtreecommitdiffstats
path: root/solc
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-18 23:02:44 +0800
committerGitHub <noreply@github.com>2017-07-18 23:02:44 +0800
commit0eab808ececc9d7b835a5c174731c9eded04bf43 (patch)
tree08f2dd5a1cd0160451d019afdf8791612b9072ac /solc
parent37553dca9ae02b33d31c09323a84cc47f94b0176 (diff)
parent6e4150a5cf919f6e1cbdc8167baaba48915954ae (diff)
downloaddexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar.gz
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar.bz2
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar.lz
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar.xz
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.tar.zst
dexon-solidity-0eab808ececc9d7b835a5c174731c9eded04bf43.zip
Merge pull request #2583 from ethereum/soljson-license
Export license in jsonCompiler and add tests
Diffstat (limited to 'solc')
-rw-r--r--solc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CMakeLists.txt b/solc/CMakeLists.txt
index a5515d81..18e83e75 100644
--- a/solc/CMakeLists.txt
+++ b/solc/CMakeLists.txt
@@ -18,7 +18,7 @@ else()
endif()
if (EMSCRIPTEN)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s EXPORTED_FUNCTIONS='[\"_compileJSON\",\"_version\",\"_compileJSONMulti\",\"_compileJSONCallback\",\"_compileStandard\"]' -s RESERVED_FUNCTION_POINTERS=20")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s EXPORTED_FUNCTIONS='[\"_compileJSON\",\"_license\",\"_version\",\"_compileJSONMulti\",\"_compileJSONCallback\",\"_compileStandard\"]' -s RESERVED_FUNCTION_POINTERS=20")
add_executable(soljson jsonCompiler.cpp ${HEADERS})
eth_use(soljson REQUIRED Solidity::solidity)
else()