Skip to content

Commit e328438

Browse files
committed
compiler: move the tarball of the source files of nvopencc outside of the repository
1 parent db4a044 commit e328438

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compiler/open64/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if (GCC_VERSION VERSION_LESS 4.7)
1010
if(EXISTS ${PERL4_CORELIBS})
1111
if(EXISTS ${TCSH})
1212
EXECUTE_PROCESS(
13-
COMMAND tar xzf ${CMAKE_CURRENT_SOURCE_DIR}/nvopencc_5.0_src_13604779.tar.gz
13+
COMMAND wget -O - https://github.com/shinpei0208/gdev-nvopencc/blob/master/nvopencc_5.0_src_13604779.tar.gz?raw=true
14+
COMMAND tar xzf -
1415
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
1516
)
1617
EXECUTE_PROCESS(
Binary file not shown.

0 commit comments

Comments
 (0)