Skip to content

Commit

Permalink
tunning lpeg ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 15, 2024
1 parent 47bdc9d commit ce92f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ target_link_libraries(

# file(MAKE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/build/externals/parser/)
# file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/lineparser.lua
DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/build/externals/parser)
# DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/build/externals/parser)

install(TARGETS ${PROJECT_NAME})
2 changes: 1 addition & 1 deletion lineparser.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package.cpath = 'externals/?/lib?.dylib;externals/?/lib?.so;/usr/local/lib/lib?.dylib;/usr/local/lib/lib?.so' .. package.cpath
package.cpath = 'externals/?/lib?.dylib;externals/?/lib?.so;../lib/lib?.dylib;../lib/lib?.so;/usr/local/lib/lib?.dylib;/usr/local/lib/lib?.so' .. package.cpath

local lpeg = require 'lpeg'
local write = io.write
Expand Down

0 comments on commit ce92f25

Please sign in to comment.