forked from metin2/server
CMake build system updates, the docker image automatically compiles quests at build
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python
|
||||
#!/bin/python2
|
||||
import pre_qc
|
||||
import os
|
||||
os.system('rm -rf object')
|
||||
@ -13,7 +13,7 @@ for line in file('locale_list'):
|
||||
else:
|
||||
filename = line
|
||||
|
||||
if os.system('./qc '+filename):
|
||||
if os.system('qc '+filename):
|
||||
print 'Error occured on compile ' + line
|
||||
os.system('chmod -R 770 object')
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user