port: clean-up old port header

This commit is contained in:
Alibek Omarov
2019-07-01 05:50:54 +03:00
parent 6197ba8af6
commit b8c0d7f59e
2 changed files with 6 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ def configure(conf):
def build(bld):
source = ['game.cpp']
includes = '. ../common'
includes = '. ../common ../public'
libs = []
if bld.env.DEST_OS != 'win32':